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