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

Method create_worker_runtests

Lib/test/libregrtest/runtests.py:110–113  ·  view source on GitHub ↗
(self, **override)

Source from the content-addressed store, hash-verified

108 return RunTests(**state)
109
110 def create_worker_runtests(self, **override) -> WorkerRunTests:
111 state = dataclasses.asdict(self)
112 state.update(override)
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:

Callers

nothing calls this directly

Calls 2

WorkerRunTestsClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected