polyphonic/app/interface/tests/test_integration.py
2022-11-28 14:11:39 +11:00

6 lines
126 B
Python

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