##// END OF EJS Templates
update px pylab test to match new output of pylab
Jens Hedegaard Nielsen -
Show More
@@ -322,8 +322,7 b' class TestParallelMagics(ClusterTestCase, ParametricTestCase):'
322 with capture_output() as io:
322 with capture_output() as io:
323 ip.magic("px %pylab inline")
323 ip.magic("px %pylab inline")
324
324
325 self.assertTrue("Welcome to pylab" in io.stdout, io.stdout)
325 self.assertTrue("Populating the interactive namespace from numpy and matplotlib" in io.stdout, io.stdout)
326 self.assertTrue("backend_inline" in io.stdout, io.stdout)
327
326
328 with capture_output() as io:
327 with capture_output() as io:
329 ip.magic("px plot(rand(100))")
328 ip.magic("px plot(rand(100))")
General Comments 0
You need to be logged in to leave comments. Login now