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

Function load_tests

Lib/test/datetimetester.py:7503–7505  ·  view source on GitHub ↗
(loader, standard_tests, pattern)

Source from the content-addressed store, hash-verified

7501
7502
7503def load_tests(loader, standard_tests, pattern):
7504 standard_tests.addTest(ZoneInfoCompleteTest())
7505 return standard_tests
7506
7507
7508if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

addTestMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…