MCPcopy Index your code
hub / github.com/RustPython/RustPython / load_tests

Function load_tests

Lib/test/test_doctest/test_doctest.py:3856–3860  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

3854
3855
3856def load_tests(loader, tests, pattern):
3857 tests.addTest(doctest.DocTestSuite(doctest))
3858 from test.support.rustpython import DocTestChecker # TODO: RUSTPYTHON
3859 tests.addTest(doctest.DocTestSuite(checker=DocTestChecker())) # TODO: RUSTPYTHON
3860 return tests
3861
3862
3863if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

DocTestCheckerClass · 0.90
addTestMethod · 0.80

Tested by

no test coverage detected