Commit 8392f7da by Sébastien Eustace

Fix tests

parent 7a14aa59
......@@ -33,8 +33,8 @@ def mock_clone(self, source, dest):
/ parts.netloc / parts.path.lstrip('/').rstrip('.git')
)
shutil.rmtree(dest)
shutil.copytree(folder, dest)
shutil.rmtree(str(dest))
shutil.copytree(str(folder), str(dest))
@pytest.fixture(autouse=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment