##// END OF EJS Templates
explicitely call method
Matthias Bussonnier -
Show More
@@ -460,4 +460,4 def test_display_handle():
460 460
461 461 @nt.raises(FileNotFoundError)
462 462 def test_image_bad_filename_raises_proper_exception():
463 display.Image("/this/file/does/not/exist/")
463 display.Image("/this/file/does/not/exist/")._repr_png_()
General Comments 0
You need to be logged in to leave comments. Login now