1
0
Fork 0
mirror of synced 2024-12-12 18:35:46 -05:00

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

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: