Return path to the test result cache file.
(build_dir: Path)
| 322 | |
| 323 | |
| 324 | def _get_test_result_cache_file(build_dir: Path) -> Path: |
| 325 | """Return path to the test result cache file.""" |
| 326 | return build_dir / ".test_result_cache.json" |
| 327 | |
| 328 | |
| 329 | def check_test_result_cached( |
no outgoing calls
no test coverage detected