Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
def
test_really_bad_repr():
176
with
nt.assert_raises(BadException):
177
pretty.pretty(ReallyBadRepr())
178
179
180
class
SA(object):
Callers
nothing calls this directly
Calls
2
ReallyBadRepr
Class · 0.85
pretty
Method · 0.80
Tested by
no test coverage detected