Show More
@@ -37,10 +37,10 b' class ZMQTerminalInteractiveShellTestCase(unittest.TestCase):' | |||
|
37 | 37 | assert False |
|
38 | 38 | |
|
39 | 39 | shell = self.shell |
|
40 | shell.handle_image_PIL | |
|
41 | shell.handle_image_stream | |
|
42 | shell.handle_image_tempfile | |
|
43 | shell.handle_image_callable | |
|
40 | shell.handle_image_PIL = raise_if_called | |
|
41 | shell.handle_image_stream = raise_if_called | |
|
42 | shell.handle_image_tempfile = raise_if_called | |
|
43 | shell.handle_image_callable = raise_if_called | |
|
44 | 44 | |
|
45 | 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