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

Function test_find_next_indent

IPython/core/tests/test_inputsplitter.py:635–639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633]
634
635def test_find_next_indent():
636 for code, exp in indentation_samples:
637 res = isp.find_next_indent(code)
638 msg = "{!r} != {!r} (expected)\n Code: {!r}".format(res, exp, code)
639 assert res == exp, msg

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected