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

Function load_tests

Lib/test/test_extcall.py:555–557  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

553 return super().check_output(want, got, optionflags) # TODO: RUSTPYTHON
554
555def load_tests(loader, tests, pattern):
556 tests.addTest(doctest.DocTestSuite(checker=CustomOutputChecker())) # TODO: RUSTPYTHON
557 return tests
558
559
560if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

addTestMethod · 0.80
CustomOutputCheckerClass · 0.70

Tested by

no test coverage detected