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

Method run

Lib/doctest.py:1379–1436  ·  view source on GitHub ↗

Run the examples in `test`, and display the results using the writer function `out`. The examples are run in the namespace `test.globs`. If `clear_globs` is true (the default), then this namespace will be cleared after the test runs, to help with garbage

(self, test, compileflags=None, out=None, clear_globs=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

testmodFunction · 0.95
testfileFunction · 0.95
run_docstring_examplesFunction · 0.95
runTestMethod · 0.95

Calls 5

__runMethod · 0.95
_extract_future_flagsFunction · 0.85
resetMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected