...
/Quiz Yourself on Django Testing Framework
Quiz Yourself on Django Testing Framework
Test what you’ve learned in this chapter with this quiz.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the difference between the SimpleTestCase class and the TestCase class?
A.
The SimpleTestCase class is used when the tests don’t involve database interaction.
B.
The SimpleTestCase class is used when the tests involve database interaction.
C.
The TestCase class is used when the tests don’t involve database interaction.
D.
TestCase class is the same as the SimpleTestCase class.
1 / 3