Quiz Yourself on doctest Module

Test yourself on the doctest module with Python.

We'll cover the following...

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