Private
Public Access
refactor(paths): v3 design - explicit initialize_paths + frozen PathsConfig singleton
This commit is contained in:
@@ -50,7 +50,7 @@ def test_conductor_setup_scan(app_instance, tmp_path, monkeypatch):
|
||||
(cond_dir / "tracks" / "track1").mkdir(exist_ok=True)
|
||||
|
||||
monkeypatch.setenv('SLOP_CONDUCTOR_DIR', str((tmp_path / 'conductor').resolve()))
|
||||
paths.reset_resolved()
|
||||
paths.reset_paths()
|
||||
|
||||
app_instance._cb_run_conductor_setup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user