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

Function load_tests

Lib/test/test_descrtut.py:476–479  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

474 "tut8": test_8}
475
476def load_tests(loader, tests, pattern):
477 from test.support.rustpython import DocTestChecker # TODO: RUSTPYTHON
478 tests.addTest(doctest.DocTestSuite(checker=DocTestChecker())) # TODO: RUSTPYTHON
479 return tests
480
481
482if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

DocTestCheckerClass · 0.90
addTestMethod · 0.80

Tested by

no test coverage detected