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

Function load_tests

Lib/test/test_math.py:2852–2855  ·  view source on GitHub ↗
(loader, tests, pattern)

Source from the content-addressed store, hash-verified

2850
2851
2852def load_tests(loader, tests, pattern):
2853 from doctest import DocFileSuite
2854 tests.addTest(DocFileSuite(os.path.join("mathdata", "ieee754.txt")))
2855 return tests
2856
2857if __name__ == '__main__':
2858 unittest.main()

Callers

nothing calls this directly

Calls 3

DocFileSuiteFunction · 0.90
addTestMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…