()
| 255 | |
| 256 | |
| 257 | def test_transform_autocall(): |
| 258 | for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]: |
| 259 | print("Testing %r" % case[0]) |
| 260 | check_transform(ipt2.EscapedCommand, case) |
| 261 | |
| 262 | |
| 263 | def test_find_help(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…