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

Method test_case_client_exist

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

Source from the content-addressed store, hash-verified

374 return True
375
376 def test_case_client_exist(self, test_case: str) -> bool:
377 return self.pytest_test_path(test_case).exists()
378
379 def test_case_server_exist(self, test_case: str) -> bool:
380 return self.pytest_test_path(test_case).exists()

Callers 1

generate_shim_codeMethod · 0.95

Calls 1

pytest_test_pathMethod · 0.95

Tested by

no test coverage detected