Private
Public Access
fix(tests): isolate_workspace must re-init paths after writing config_overrides.toml
This commit is contained in:
@@ -416,6 +416,8 @@ def isolate_workspace(monkeypatch) -> Generator[None, None, None]:
|
|||||||
):
|
):
|
||||||
(test_workspace / name).touch()
|
(test_workspace / name).touch()
|
||||||
|
|
||||||
|
_paths.initialize_paths(config_path)
|
||||||
|
|
||||||
yield
|
yield
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user