MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / pytest_test_path

Method pytest_test_path

test/run_unit_tests.py:418–419  ·  view source on GitHub ↗
(self, test_case: str)

Source from the content-addressed store, hash-verified

416 sleep(0.5)
417
418 def pytest_test_path(self, test_case: str) -> Path:
419 return self.test_dir.joinpath("python_impl_tests").joinpath(test_case)
420
421 def generate_shim_code(self):
422 for case in self.test_cases:

Callers 4

clientMethod · 0.95
serverMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected