Skip to content

Commit

Permalink
Improve clone testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Oct 8, 2019
1 parent f3bde37 commit e51166b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e51166b

Please sign in to comment.