MCPcopy Index your code
hub / github.com/python/cpython / load_tests

Function load_tests

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

Source from the content-addressed store, hash-verified

749__test__ = {'doctests' : doctests}
750
751def load_tests(loader, tests, pattern):
752 tests.addTest(doctest.DocTestSuite())
753 return tests
754
755
756if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

addTestMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…