Improve clone testing

This commit is contained in:
Tim Byrne 2019-10-08 08:40:33 -05:00
parent f3bde37f78
commit e51166b7e8
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 4 additions and 0 deletions

View File

@ -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: