Show More
@@ -19,6 +19,7 import unittest | |||||
19 | from IPython.inprocess.blockingkernelmanager import \ |
|
19 | from IPython.inprocess.blockingkernelmanager import \ | |
20 | BlockingInProcessKernelManager |
|
20 | BlockingInProcessKernelManager | |
21 | from IPython.inprocess.ipkernel import InProcessKernel |
|
21 | from IPython.inprocess.ipkernel import InProcessKernel | |
|
22 | from IPython.testing.decorators import skipif_not_matplotlib | |||
22 | from IPython.utils.io import capture_output |
|
23 | from IPython.utils.io import capture_output | |
23 |
|
24 | |||
24 | #----------------------------------------------------------------------------- |
|
25 | #----------------------------------------------------------------------------- | |
@@ -27,6 +28,7 from IPython.utils.io import capture_output | |||||
27 |
|
28 | |||
28 | class InProcessKernelTestCase(unittest.TestCase): |
|
29 | class InProcessKernelTestCase(unittest.TestCase): | |
29 |
|
30 | |||
|
31 | @skipif_not_matplotlib | |||
30 | def test_pylab(self): |
|
32 | def test_pylab(self): | |
31 | """ Does pylab work in the in-process kernel? |
|
33 | """ Does pylab work in the in-process kernel? | |
32 | """ |
|
34 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now