from django.test import TestCase # Create your tests here. class SimpleTest(TestCase): def test_something(self): self.assertTrue(True)