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