mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Improve clone testing
This commit is contained in:
parent
f3bde37f78
commit
e51166b7e8
@ -28,6 +28,10 @@ def test_clone(
|
|||||||
good_remote, repo_exists, force, conflicts):
|
good_remote, repo_exists, force, conflicts):
|
||||||
"""Test basic clone operation"""
|
"""Test basic clone operation"""
|
||||||
|
|
||||||
|
# clear out the work path
|
||||||
|
paths.work.remove()
|
||||||
|
paths.work.mkdir()
|
||||||
|
|
||||||
# determine remote url
|
# determine remote url
|
||||||
remote_url = f'file://{paths.remote}'
|
remote_url = f'file://{paths.remote}'
|
||||||
if not good_remote:
|
if not good_remote:
|
||||||
|
Loading…
Reference in New Issue
Block a user