()
| 331 | tt.check_pairs(transform_and_reset(ipt.assign_from_system), syntax['assign_system']) |
| 332 | |
| 333 | def test_assign_magic(): |
| 334 | tt.check_pairs(transform_and_reset(ipt.assign_from_magic), syntax['assign_magic']) |
| 335 | |
| 336 | def test_classic_prompt(): |
| 337 | tt.check_pairs(transform_and_reset(ipt.classic_prompt), syntax['classic_prompt']) |
nothing calls this directly
no test coverage detected