##// END OF EJS Templates
Update IPython/core/tests/test_formatters.py...
Matthias Bussonnier -
Show More
@@ -352,7 +352,7 b' def test_print_method_weird():'
352 with capture_output() as captured:
352 with capture_output() as captured:
353 result = f(call_hat)
353 result = f(call_hat)
354
354
355 assert result == None
355 assert result is None
356
356
357 class BadReprArgs(object):
357 class BadReprArgs(object):
358 def _repr_html_(self, extra, args):
358 def _repr_html_(self, extra, args):
General Comments 0
You need to be logged in to leave comments. Login now