()
| 89 | |
| 90 | |
| 91 | def test_apcustom_usage() -> None: |
| 92 | usage = "A custom usage statement" |
| 93 | parser = Cmd2ArgumentParser(usage=usage) |
| 94 | assert usage in parser.format_help() |
| 95 | |
| 96 | |
| 97 | def test_apcustom_nargs_help_format(cust_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…