Commit 00c13b5
committed
docs(doctests): annotate untestable interactive commands
why: display_menu, display_popup, and display_message have paths
that require TTY-backed clients or render in the status line,
making them not programmatically verifiable. Adding explicit notes
prevents false positives from agents and reviewers.
what:
- Add "Not directly testable" note to display_menu doctest
- Add "Not directly testable" note to display_popup doctest
- Add note about get_text=False path in display_message docstring1 parent 4e06b4d commit 00c13b5
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| 624 | + | |
| 625 | + | |
624 | 626 | | |
625 | 627 | | |
626 | 628 | | |
| |||
1192 | 1194 | | |
1193 | 1195 | | |
1194 | 1196 | | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
1195 | 1201 | | |
1196 | 1202 | | |
1197 | 1203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1022 | 1026 | | |
1023 | 1027 | | |
1024 | 1028 | | |
| |||
0 commit comments