(help_app)
| 1369 | |
| 1370 | |
| 1371 | def test_custom_help_menu(help_app) -> None: |
| 1372 | out, _err = run_cmd(help_app, "help") |
| 1373 | verify_help_text(help_app, out) |
| 1374 | assert help_app.last_result is True |
| 1375 | |
| 1376 | |
| 1377 | def test_help_no_help(help_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…