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

Function test_really_bad_repr

IPython/lib/tests/test_pretty.py:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 raise BadException()
174
175def test_really_bad_repr():
176 with nt.assert_raises(BadException):
177 pretty.pretty(ReallyBadRepr())
178
179
180class SA(object):

Callers

nothing calls this directly

Calls 2

ReallyBadReprClass · 0.85
prettyMethod · 0.80

Tested by

no test coverage detected