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

Function testfile

Lib/doctest.py:1898–2021  ·  view source on GitHub ↗

Test examples in the given file. Return (#failures, #tests). Optional keyword arg "module_relative" specifies how filenames should be interpreted: - If "module_relative" is True (the default), then "filename" specifies a module-relative path. By default, this path is

(filename, module_relative=True, name=None, package=None,
             globs=None, verbose=None, report=True, optionflags=0,
             extraglobs=None, raise_on_error=False, parser=DocTestParser(),
             encoding=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_testFunction · 0.85

Calls 11

runMethod · 0.95
summarizeMethod · 0.95
DocTestParserClass · 0.85
_load_testfileFunction · 0.85
DebugRunnerClass · 0.85
DocTestRunnerClass · 0.85
get_doctestMethod · 0.80
copyMethod · 0.45
updateMethod · 0.45
decodeMethod · 0.45
mergeMethod · 0.45

Tested by

no test coverage detected