Private
Public Access
refactor(paths): v3 design - explicit initialize_paths + frozen PathsConfig singleton
This commit is contained in:
+2
-2
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user