feat(v2): complete v2 reimplementation
This commit is contained in:
@@ -42,6 +42,7 @@ def test_partial_initialization_is_removed_on_publish_failure(tmp_path: Path) ->
|
||||
initialize(settings, "main", "none", "none")
|
||||
assert not (settings.repository_roots[0] / "main").exists()
|
||||
assert not list(settings.repository_roots[0].glob(".main.staging-*"))
|
||||
assert not list((settings.data_dir / "repository-keys").glob("*"))
|
||||
|
||||
|
||||
@pytest.mark.parametrize("relative_path", ["/absolute", "../escape"])
|
||||
|
||||
Reference in New Issue
Block a user