MCPcopy Create free account
hub / github.com/ipython/ipython / run

Function run

IPython/core/tests/test_handlers.py:37–41  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

35
36
37def 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
44def test_handlers():

Callers 3

test_handlersFunction · 0.85
runMethod · 0.85
_run_with_timingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected