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

Function load_tests

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

Source from the content-addressed store, hash-verified

7314
7315
7316def load_tests(loader, standard_tests, pattern):
7317 standard_tests.addTest(ZoneInfoCompleteTest())
7318 return standard_tests
7319
7320
7321if __name__ == "__main__":

Callers

nothing calls this directly

Calls 2

addTestMethod · 0.80

Tested by

no test coverage detected