What base class is typically used for writing unit tests in Django?
django.test.SimpleTestCase
django.tests.UnitTest
unittest.TestSuite
django.test.TestCase
This question is part of this quiz :