Commit 5433e5b7 by Sébastien Eustace

Debug tests failing

parent 0ad25c12
...@@ -32,6 +32,8 @@ def mock_clone(self, source, dest): ...@@ -32,6 +32,8 @@ def mock_clone(self, source, dest):
/ 'fixtures' / 'git' / 'fixtures' / 'git'
/ parts.netloc / parts.path.lstrip('/').rstrip('.git') / parts.netloc / parts.path.lstrip('/').rstrip('.git')
) )
print(folder)
print(list(folder.glob('*')))
shutil.rmtree(str(dest)) shutil.rmtree(str(dest))
shutil.copytree(str(folder), str(dest)) shutil.copytree(str(folder), str(dest))
......
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