from django.test import TestCase class InstanceTest(TestCase): def test_test(self): self.assertEqual("", "")