Test yourself on the doctest module with Python.
Quiz
1.
Which of the following are the built-in test modules in python?
A.
django.test
B.
testclient
C.
doctest
D.
_test_
1 / 3
Test yourself on the doctest module with Python.
Quiz
Which of the following are the built-in test modules in python?
django.test
testclient
doctest
_test_