Loop through a list of (pre, post) inputs, where pre is the string handed to ipython, and post is how that string looks after it's been transformed (i.e. ipython's notion of _i)
(tests)
| 35 | |
| 36 | |
| 37 | def run(tests): |
| 38 | """Loop through a list of (pre, post) inputs, where pre is the string |
| 39 | handed to ipython, and post is how that string looks after it's been |
| 40 | transformed (i.e. ipython's notion of _i)""" |
| 41 | tt.check_pairs(ip.prefilter_manager.prefilter_lines, tests) |
| 42 | |
| 43 | |
| 44 | def test_handlers(): |
no outgoing calls
no test coverage detected