()
| 208 | check_find(ipt2.EscapedCommand, case) |
| 209 | |
| 210 | def test_transform_autocall(): |
| 211 | for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]: |
| 212 | print("Testing %r" % case[0]) |
| 213 | check_transform(ipt2.EscapedCommand, case) |
| 214 | |
| 215 | def test_find_help(): |
| 216 | for case in [SIMPLE_HELP, DETAILED_HELP, MAGIC_HELP, HELP_IN_EXPR]: |
nothing calls this directly
no test coverage detected