Django - Testing Django Applications
You want to write tests that check both simple logic and database queries in your Django app. How should you organize your test classes?
SimpleTestCase is faster and sufficient.TestCase for database testsTestCase to set up the test database.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions