Improve clone testing
This commit is contained in:
parent
f3bde37f78
commit
e51166b7e8
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ def test_clone(
|
|||
good_remote, repo_exists, force, conflicts):
|
||||
"""Test basic clone operation"""
|
||||
|
||||
# clear out the work path
|
||||
paths.work.remove()
|
||||
paths.work.mkdir()
|
||||
|
||||
# determine remote url
|
||||
remote_url = f'file://{paths.remote}'
|
||||
if not good_remote:
|
||||
|
|
Loading…
Reference in a new issue