polyphonic/app/interface/tests/test_integration.py
2026-05-12 11:04:22 +10:00

7 lines
127 B
Python

from django.test import TestCase
class IntegrationTestCase(TestCase):
def test_runs(self):
self.assertTrue(True)