Skip to content

Commit ce60572

Browse files
committed
docs: Improve clarity and consistency in introduction and usage sections
1 parent e38e1f7 commit ce60572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pytest-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# `pytest` Plugin
44

5-
With libvcs's pytest plugin for [pytest], you can easily create Git, SVN, and Mercurial repositories on the fly.
5+
With libvcs's pytest plugin for [pytest], you can easily create Git, Subversion (SVN), and Mercurial repositories on the fly.
66

77
```{seealso} Are you using libvcs?
88
@@ -25,11 +25,11 @@ Install `libvcs` using your preferred Python package manager:
2525
$ python -m pip install libvcs
2626
```
2727

28-
Pytest will automatically detect the plugin, and its fixtures will be available.
28+
Once installed, pytest will automatically detect the plugin and make its fixtures available.
2929

3030
## Fixtures
3131

32-
This pytest plugin works by providing {ref}`pytest fixtures <pytest:fixtures-api>`. The plugin's fixtures ensure that a fresh Git, Subversion, or Mercurial repository is available for each test. It utilizes [session-scoped fixtures] to cache the initial repositories, improving performance across tests.
32+
This pytest plugin provides {ref}`pytest fixtures <pytest:fixtures-api>` that ensure a fresh Git, Subversion, or Mercurial repository is available for each test. It utilizes [session-scoped fixtures] to cache the initial repositories, improving performance across tests.
3333

3434
[session-scoped fixtures]: https://docs.pytest.org/en/8.3.x/how-to/fixtures.html#fixture-scopes
3535

0 commit comments

Comments
 (0)