##// END OF EJS Templates
fix pylab test in in-process kernel...
MinRK -
Show More
@@ -42,7 +42,7 class InProcessKernelTestCase(unittest.TestCase):
42 kc = self.kc
42 kc = self.kc
43 kc.execute('%pylab')
43 kc.execute('%pylab')
44 msg = get_stream_message(kc)
44 msg = get_stream_message(kc)
45 self.assert_('Welcome to pylab' in msg['content']['data'])
45 self.assert_('matplotlib' in msg['content']['data'])
46
46
47 def test_raw_input(self):
47 def test_raw_input(self):
48 """ Does the in-process kernel handle raw_input correctly?
48 """ Does the in-process kernel handle raw_input correctly?
General Comments 0
You need to be logged in to leave comments. Login now