MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / DocTestRunner

Class DocTestRunner

Lib/doctest.py:1080–1509  ·  view source on GitHub ↗

A class used to run DocTest test cases, and accumulate statistics. The `run` method is used to process a single DocTest case. It returns a tuple `(f, t)`, where `t` is the number of test cases tried, and `f` is the number of test cases that failed. >>> tests = DocTestFinde

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

testmodFunction · 0.85
testfileFunction · 0.85
run_docstring_examplesFunction · 0.85
__init__Method · 0.85
runTestMethod · 0.85

Calls 1

compileMethod · 0.45

Tested by 5

testmodFunction · 0.68
testfileFunction · 0.68
run_docstring_examplesFunction · 0.68
__init__Method · 0.68
runTestMethod · 0.68