MCPcopy Create free account
hub / github.com/python/cpython / get_match_tests

Method get_match_tests

Lib/test/libregrtest/runtests.py:115–119  ·  view source on GitHub ↗
(self, test_name: TestName)

Source from the content-addressed store, hash-verified

113 return WorkerRunTests(**state)
114
115 def get_match_tests(self, test_name: TestName) -> FilterTuple | None:
116 if self.match_tests_dict is not None:
117 return self.match_tests_dict.get(test_name, None)
118 else:
119 return None
120
121 def get_jobs(self) -> int | None:
122 # Number of run_single_test() calls needed to run all tests.

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected