summarize(verbose=None) Print a summary of all the test cases that have been run by this DocTestRunner, and return a
side_effect This can either be a function to be called when the mock is called, an iterable or an exception (class or instance)
source A string containing the example’s source code. This source code consists of a single Python statement, and always ends
stop() This method can be called to signal that the set of tests being run should be aborted by setting the shouldStop
assertLessEqual(first, second, msg=None) Test that first is respectively >, >=, < or <= than second
doctest.testfile(filename, module_relative=True, name=None, package=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False
call_count An integer telling you how many times the mock object has been called:
Page 28 of 28