from django.test import TestCase class MyTestClass(TestCase): def test1(self): ... self.assertEqual(...) def test2(self): ... self.assertTrue(...)