()
| 249 | |
| 250 | |
| 251 | def test_find_autocalls(): |
| 252 | for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]: |
| 253 | print("Testing %r" % case[0]) |
| 254 | check_find(ipt2.EscapedCommand, case) |
| 255 | |
| 256 | |
| 257 | def test_transform_autocall(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…