##// END OF EJS Templates
Fix test_no_call_by_default...
Takafumi Arakaki -
Show More
@@ -37,10 +37,10 b' class ZMQTerminalInteractiveShellTestCase(unittest.TestCase):'
37 assert False
37 assert False
38
38
39 shell = self.shell
39 shell = self.shell
40 shell.handle_image_PIL
40 shell.handle_image_PIL = raise_if_called
41 shell.handle_image_stream
41 shell.handle_image_stream = raise_if_called
42 shell.handle_image_tempfile
42 shell.handle_image_tempfile = raise_if_called
43 shell.handle_image_callable
43 shell.handle_image_callable = raise_if_called
44
44
45 shell.handle_image(None, None) # arguments are dummy
45 shell.handle_image(None, None) # arguments are dummy
46
46
General Comments 0
You need to be logged in to leave comments. Login now