File tree 8 files changed +58
-14
lines changed
8 files changed +58
-14
lines changed Original file line number Diff line number Diff line change 20
20
topics/index
21
21
api/index
22
22
pytest-plugin/index
23
+ test-helpers/index
23
24
```
24
25
25
26
``` {toctree}
Original file line number Diff line number Diff line change @@ -147,11 +147,3 @@ def set_home(
147
147
:show-inheritance:
148
148
:member-order: bysource
149
149
```
150
-
151
- ## Test utilities
152
-
153
- ``` {toctree}
154
- :maxdepth: 1
155
-
156
- test
157
- ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Constants
2
+
3
+ Test-related constants used across libtmux test helpers.
4
+
5
+ ``` {eval-rst}
6
+ .. automodule:: libtmux.test.constants
7
+ :members:
8
+ :undoc-members:
9
+ :show-inheritance:
10
+ ```
Original file line number Diff line number Diff line change
1
+ # Environment
2
+
3
+ Environment variable mocking utilities for tests.
4
+
5
+ ``` {eval-rst}
6
+ .. automodule:: libtmux.test.environment
7
+ :members:
8
+ :undoc-members:
9
+ :show-inheritance:
10
+ ```
Original file line number Diff line number Diff line change
1
+ # Test helpers
2
+
3
+ Test helpers for libtmux and downstream libraries.
4
+
5
+ ``` {toctree}
6
+ :maxdepth: 2
7
+
8
+ constants
9
+ environment
10
+ random
11
+ temporary
12
+ ```
13
+
14
+ ``` {eval-rst}
15
+ .. automodule:: libtmux.test
16
+ :members:
17
+ ```
Original file line number Diff line number Diff line change
1
+ # Random
2
+
3
+ Random string generation utilities for test names.
4
+
5
+ ``` {eval-rst}
6
+ .. automodule:: libtmux.test.random
7
+ :members:
8
+ :undoc-members:
9
+ :show-inheritance:
10
+ ```
Original file line number Diff line number Diff line change
1
+ # Temporary Objects
2
+
3
+ Context managers for temporary tmux objects (sessions, windows).
4
+
5
+ ``` {eval-rst}
6
+ .. automodule:: libtmux.test.temporary
7
+ :members:
8
+ :undoc-members:
9
+ :show-inheritance:
10
+ ```
You can’t perform that action at this time.
0 commit comments