Skip to content

Commit 2d40e6c

Browse files
committed
docs(test-helpers) Update to existing modules
1 parent 0e4a118 commit 2d40e6c

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

docs/test-helpers/constants.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(test_helpers_constants)=
2+
13
# Constants
24

35
Test-related constants used across libtmux test helpers.
@@ -7,4 +9,5 @@ Test-related constants used across libtmux test helpers.
79
:members:
810
:undoc-members:
911
:show-inheritance:
10-
```
12+
:member-order: bysource
13+
```

docs/test-helpers/environment.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(test_helpers_environment)=
2+
13
# Environment
24

35
Environment variable mocking utilities for tests.
@@ -7,4 +9,5 @@ Environment variable mocking utilities for tests.
79
:members:
810
:undoc-members:
911
:show-inheritance:
10-
```
12+
:member-order: bysource
13+
```

docs/test-helpers/random.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(test_helpers_random)=
2+
13
# Random
24

35
Random string generation utilities for test names.
@@ -7,4 +9,5 @@ Random string generation utilities for test names.
79
:members:
810
:undoc-members:
911
:show-inheritance:
10-
```
12+
:member-order: bysource
13+
```

docs/test-helpers/temporary.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(test_helpers_temporary_objects)=
2+
13
# Temporary Objects
24

35
Context managers for temporary tmux objects (sessions, windows).
@@ -7,4 +9,5 @@ Context managers for temporary tmux objects (sessions, windows).
79
:members:
810
:undoc-members:
911
:show-inheritance:
10-
```
12+
:member-order: bysource
13+
```

0 commit comments

Comments
 (0)