refactor(paths): v3 design - explicit initialize_paths + frozen PathsConfig singleton

This commit is contained in:
ed
2026-06-19 09:40:01 -04:00
parent 3fb9f9ff8e
commit 327b388800
11 changed files with 338 additions and 251 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ from src import paths
@pytest.fixture(autouse=True)
def reset_paths():
paths.reset_resolved()
paths.reset_paths()
yield
paths.reset_resolved()
paths.reset_paths()
def test_default_paths(tmp_path, monkeypatch):
monkeypatch.setenv("SLOP_CONFIG", str(tmp_path / "non_existent.toml"))