File tree Expand file tree Collapse file tree 8 files changed +58
-14
lines changed Expand file tree Collapse file tree 8 files changed +58
-14
lines changed Original file line number Diff line number Diff line change 2020topics/index
2121api/index
2222pytest-plugin/index
23+ test-helpers/index
2324```
2425
2526``` {toctree}
Original file line number Diff line number Diff line change @@ -147,11 +147,3 @@ def set_home(
147147 :show-inheritance:
148148 :member-order: bysource
149149```
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