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 6e7cdf1 commit ad76e1dCopy full SHA for ad76e1d
src/libvcs/pytest_plugin.py
@@ -889,7 +889,9 @@ async def async_svn_repo(
889
projects_path: pathlib.Path,
890
svn_remote_repo: pathlib.Path,
891
) -> t.AsyncGenerator[AsyncSvnSync, None]:
892
- """Pre-made async svn checkout of remote repo checked out to user's projects dir.
+ """Pre-made async svn checkout of remote repo.
893
+
894
+ Checked out to user's projects dir.
895
896
Async equivalent of :func:`svn_repo` fixture.
897
0 commit comments