We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e2c1e commit 23ce897Copy full SHA for 23ce897
tests/conftest.py
@@ -71,7 +71,7 @@ def git_repo_kwargs(repos_path: pathlib.Path, git_dummy_repo_dir):
71
"""Return kwargs for :func:`create_project`."""
72
return {
73
"url": "git+file://" + git_dummy_repo_dir,
74
- "parent_dir": str(repos_path),
+ "dir": str(repos_path / "repo_name"),
75
"name": "repo_name",
76
}
77
0 commit comments