Show More
@@ -46,7 +46,7 b' class InProcessKernelTestCase(unittest.TestCase):' | |||
|
46 | 46 | kc = self.kc |
|
47 | 47 | kc.execute('%pylab') |
|
48 | 48 | msg = get_stream_message(kc) |
|
49 |
self.assert |
|
|
49 | self.assertIn('matplotlib', msg['content']['data']) | |
|
50 | 50 | |
|
51 | 51 | def test_raw_input(self): |
|
52 | 52 | """ Does the in-process kernel handle raw_input correctly? |
General Comments 0
You need to be logged in to leave comments.
Login now