##// END OF EJS Templates
Add a testcase for Image raising on bad filename
Blazej Michalik -
Show More
@@ -457,3 +457,7 b' def test_display_handle():'
457 'update': True,
457 'update': True,
458 })
458 })
459
459
460
461 @nt.raises(FileNotFoundError)
462 def test_image_bad_filename_raises_proper_exception():
463 display.Image('/this/file/does/not/exist/')
General Comments 0
You need to be logged in to leave comments. Login now