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

Function test_eval_formatter

IPython/utils/tests/test_text.py:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 nt.assert_equal(s, "[1, 2]")
139
140def test_eval_formatter():
141 f = text.EvalFormatter()
142 eval_formatter_check(f)
143 eval_formatter_no_slicing_check(f)
144
145def test_full_eval_formatter():
146 f = text.FullEvalFormatter()

Callers

nothing calls this directly

Calls 2

eval_formatter_checkFunction · 0.85

Tested by

no test coverage detected