Skip to content

Commit d209c30

Browse files
committed
docs(pytest-plugin): Doc updates
1 parent 47b721a commit d209c30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/pytest-plugin.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
(pytest_plugin)=
22

3-
# `pytest` plugin
3+
# tmux `pytest` plugin
44

5-
Testing tmux with libtmux
5+
libtmux provides pytest fixtures for tmux. The plugin automatically manages setup and teardown of an
6+
independent tmux server.
67

7-
```{seealso} Using libtmux?
8+
```{seealso} Using the pytest plugin?
89
910
Do you want more flexbility? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
1011
your case, we won't stabilize APIs until we're sure everything is by the book.
@@ -25,7 +26,7 @@ Install `libtmux` via the python package manager of your choosing, e.g.
2526
$ pip install libtmux
2627
```
2728

28-
The pytest plugin will automatically be detected via pytest, and the fixtures will be added.
29+
The pytest plugin will be automatically detected via pytest, and the fixtures will be added.
2930

3031
## Fixtures
3132

0 commit comments

Comments
 (0)