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.
7
7
8
8
``` {seealso} Using the pytest plugin?
9
9
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
11
11
your case, we won't stabilize APIs until we're sure everything is by the book.
12
12
13
13
[connect with us]: https://github.com/tmux-python/libtmux/discussions
@@ -48,7 +48,7 @@ passed into your test.
48
48
49
49
## Recommended fixtures
50
50
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 .
52
52
53
53
- Creating temporary, test directories for:
54
54
- ` /home/ ` ({func}` home_path ` )
@@ -65,7 +65,7 @@ If you would like {func}`session fixture <libtmux.pytest_plugin.session>` to aut
65
65
options:
66
66
67
67
- 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
69
69
70
70
You could also read the code and override {func}` server fixtures <libtmux.pytest_plugin.server> ` 's in your own doctest. doctest.
71
71
You can’t perform that action at this time.
0 commit comments