MCPcopy Index your code
hub / github.com/ipython/ipython / test_pprint_break

Function test_pprint_break

tests/test_pretty.py:166–172  ·  view source on GitHub ↗

Test that p.break_ produces expected output

()

Source from the content-addressed store, hash-verified

164
165
166def test_pprint_break():
167 """
168 Test that p.break_ produces expected output
169 """
170 output = pretty.pretty(Breaking())
171 expected = "TG: Breaking(\n ):"
172 assert output == expected
173
174
175def test_pprint_break_repr():

Callers

nothing calls this directly

Calls 2

BreakingClass · 0.85
prettyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…