doctest.DocTestRunner.report_success()

report_success(out, test, example, got)

Report that the given example ran successfully. This method is provided to allow subclasses of DocTestRunner to customize their output; it should not be called directly.

example is the example about to be processed. got is the actual output from the example. test is the test containing example. out is the output function that was passed to DocTestRunner.run().

doc_python
2016-10-07 17:32:10
Comments
Leave a Comment

Please login to continue.