()
| 214 | |
| 215 | |
| 216 | def test_find_assign_magic(): |
| 217 | check_find(ipt2.MagicAssign, MULTILINE_MAGIC_ASSIGN) |
| 218 | check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN, match=False) |
| 219 | check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT, match=False) |
| 220 | |
| 221 | |
| 222 | def test_transform_assign_magic(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…