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

Function load_tests

Lib/test/test_code.py:1650–1652  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

1648
1649
1650def load_tests(loader, tests, pattern):
1651 tests.addTest(doctest.DocTestSuite())
1652 return tests
1653
1654
1655if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

addTestMethod · 0.80

Tested by

no test coverage detected