()
| 243 | |
| 244 | |
| 245 | def test_transform_magic_escape(): |
| 246 | check_transform(ipt2.EscapedCommand, MULTILINE_MAGIC) |
| 247 | check_transform(ipt2.EscapedCommand, INDENTED_MAGIC) |
| 248 | check_transform(ipt2.EscapedCommand, CRLF_MAGIC) |
| 249 | |
| 250 | |
| 251 | def test_find_autocalls(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…