(tmp_path: Path)
| 40 | |
| 41 | @pytest.fixture |
| 42 | def lock_file(tmp_path: Path) -> str: |
| 43 | return str(tmp_path / "test_lock.db") |
| 44 | |
| 45 | |
| 46 | def test_timeout_for_sqlite_non_blocking() -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…