(tmp_path: Path)
| 53 | |
| 54 | @pytest.fixture |
| 55 | def lock_file(tmp_path: Path) -> str: |
| 56 | return str(tmp_path / "test_lock.db") |
| 57 | |
| 58 | |
| 59 | @pytest.mark.timeout(20) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…