(self, test_case: str)
| 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: |
no outgoing calls
no test coverage detected