polyphonic/interface/tests/test_integration.py
2021-09-04 10:29:22 +10:00

6 lines
126 B
Python

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