1 2 3 4 5
from django.test import TestCase class RedirectViewTestCase(TestCase): def test_this_is_working(self): self.assertEquals(1, 1)