Skip to content

Commit ef8dc8f

Browse files
committed
docs(test-helpers) Add retry page
1 parent 4eadb1e commit ef8dc8f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/test-helpers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Test helpers for libtmux and downstream libraries.
88
constants
99
environment
1010
random
11+
retry
1112
temporary
1213
waiter
1314
```

docs/test-helpers/retry.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
(retry)=
2+
3+
# Retry Utilities
4+
5+
Retry helper functions for libtmux test utilities. These utilities help manage testing operations that may require multiple attempts before succeeding.
6+
7+
## Basic Retry Functionality
8+
9+
```{eval-rst}
10+
.. automodule:: libtmux.test.retry
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
:member-order: bysource
15+
```

0 commit comments

Comments
 (0)