(self, test_case: str)
| 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() |
| 381 | |
| 382 | def client(self) -> None: |
| 383 | result_file = self.get_result_file() |
no test coverage detected