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

Function load_tests

Lib/test/test_syntax.py:2741–2744  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

2739
2740
2741def load_tests(loader, tests, pattern):
2742 # TODO: RUSTPYTHON Eventually remove the optionflags for ingoring exception details.
2743 tests.addTest(doctest.DocTestSuite(optionflags=doctest.IGNORE_EXCEPTION_DETAIL))
2744 return tests
2745
2746
2747if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

addTestMethod · 0.80

Tested by

no test coverage detected