Return path to the full test suite run cache file.
(build_dir: Path)
| 412 | |
| 413 | |
| 414 | def get_full_run_cache_file(build_dir: Path) -> Path: |
| 415 | """Return path to the full test suite run cache file.""" |
| 416 | return build_dir / ".full_run_cache.json" |
| 417 | |
| 418 | |
| 419 | def check_full_run_cache( |
no outgoing calls