File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ independent tmux server.
77
88``` {seealso} Using the pytest plugin?
99
10- Do you want more flexbility ? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
10+ Do you want more flexibility ? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
1111your case, we won't stabilize APIs until we're sure everything is by the book.
1212
1313[connect with us]: https://github.com/tmux-python/libtmux/discussions
@@ -48,7 +48,7 @@ passed into your test.
4848
4949## Recommended fixtures
5050
51- These are fixtures are automatically used when the plugin is enabled and ` pytest ` is ran .
51+ These are fixtures are automatically used when the plugin is enabled and ` pytest ` is run .
5252
5353- Creating temporary, test directories for:
5454 - ` /home/ ` ({func}` home_path ` )
@@ -65,7 +65,7 @@ If you would like {func}`session fixture <libtmux.pytest_plugin.session>` to aut
6565options:
6666
6767- Pass a ` config_file ` into {class}` ~libtmux.Server `
68- - Set the ` HOME ` directory to a local or temporary pytest path with a configurat configuration file
68+ - Set the ` HOME ` directory to a local or temporary pytest path with a configuration file
6969
7070You could also read the code and override {func}` server fixtures <libtmux.pytest_plugin.server> ` 's in your own doctest. doctest.
7171
You can’t perform that action at this time.
0 commit comments