Add functionality for persistent branches

This commit is contained in:
2021-12-23 18:33:14 +01:00
parent 70eac10eaa
commit 27586b5ff0
6 changed files with 297 additions and 30 deletions

View File

@@ -159,6 +159,7 @@ def test_repos_find_in_root():
assert set(origin.keys()) == {"name", "type", "url"}
assert someremote["type"] == "file"
def test_repos_find_with_invalid_repo():
with tempfile.TemporaryDirectory() as tmpdir:
shell(