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

Function load_tests

Lib/test/test_listcomps.py:778–780  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

776__test__ = {'doctests' : doctests}
777
778def load_tests(loader, tests, pattern):
779 tests.addTest(doctest.DocTestSuite())
780 return tests
781
782
783if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

addTestMethod · 0.80

Tested by

no test coverage detected