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

Function load_tests

Lib/test/test_unpack_ex.py:406–409  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

404
405
406def load_tests(loader, tests, pattern):
407 from test.support.rustpython import DocTestChecker # TODO: RUSTPYTHON
408 tests.addTest(doctest.DocTestSuite(checker=DocTestChecker())) # XXX: RUSTPYTHON
409 return tests
410
411
412if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

DocTestCheckerClass · 0.90
addTestMethod · 0.80

Tested by

no test coverage detected