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

Method list_tests

Lib/test/libregrtest/main.py:259–261  ·  view source on GitHub ↗
(tests: TestTuple)

Source from the content-addressed store, hash-verified

257
258 @staticmethod
259 def list_tests(tests: TestTuple) -> None:
260 for name in tests:
261 print(name)
262
263 def _rerun_failed_tests(self, runtests: RunTests) -> RunTests:
264 # Configure the runner to re-run tests

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected