We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aab8a commit 0de2b4eCopy full SHA for 0de2b4e
src/libvcs/pytest_plugin.py
@@ -185,7 +185,7 @@ def remote_repos_path(
185
user_path: pathlib.Path,
186
request: pytest.FixtureRequest,
187
) -> pathlib.Path:
188
- """System's remote (file-based) repos to clone andpush to. Emphemeral directory."""
+ """System's remote (file-based) repos to clone and push to. Emphemeral directory."""
189
path = user_path / "remote_repos"
190
path.mkdir(exist_ok=True)
191
0 commit comments