test.support.run_doctest(module, verbosity=None)
Run doctest.testmod()
on the given module. Return (failure_count, test_count)
.
If verbosity is None
, doctest.testmod()
is run with verbosity set to verbose
. Otherwise, it is run with verbosity set to None
.
Please login to continue.