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