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

Function test_find_assign_magic

IPython/core/tests/test_inputtransformer2.py:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 nt.assert_equal(ipt2.assemble_continued_line(lines, (1, 5), 2), "foo bar")
175
176def test_find_assign_magic():
177 check_find(ipt2.MagicAssign, MULTILINE_MAGIC_ASSIGN)
178 check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN, match=False)
179 check_find(ipt2.MagicAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT, match=False)
180
181def test_transform_assign_magic():
182 check_transform(ipt2.MagicAssign, MULTILINE_MAGIC_ASSIGN)

Callers

nothing calls this directly

Calls 1

check_findFunction · 0.85

Tested by

no test coverage detected