##// END OF EJS Templates
fix two failing test in IPython.lib
Paul Ivanov -
Show More
@@ -83,7 +83,8 b' In \\[1\\]: from IPython\\.config\\.application import Application'
83 In \[2\]: app = Application\.instance\(\)
83 In \[2\]: app = Application\.instance\(\)
84 In \[3\]: app\.pylab_import_all = True
84 In \[3\]: app\.pylab_import_all = True
85 In \[4\]: pylab
85 In \[4\]: pylab
86 ^using matplotlib backend:
86 ^Using matplotlib backend:
87 Populating the interactive namespace from numpy and matplotlib
87 In \[5\]: ip=get_ipython\(\)
88 In \[5\]: ip=get_ipython\(\)
88 In \[6\]: \'plot\' in ip\.user_ns
89 In \[6\]: \'plot\' in ip\.user_ns
89 Out\[6\]: True
90 Out\[6\]: True
@@ -108,7 +109,8 b' In \\[1\\]: from IPython\\.config\\.application import Application'
108 In \[2\]: app = Application\.instance\(\)
109 In \[2\]: app = Application\.instance\(\)
109 In \[3\]: app\.pylab_import_all = False
110 In \[3\]: app\.pylab_import_all = False
110 In \[4\]: pylab
111 In \[4\]: pylab
111 ^using matplotlib backend:
112 ^Using matplotlib backend:
113 Populating the interactive namespace from numpy and matplotlib
112 In \[5\]: ip=get_ipython\(\)
114 In \[5\]: ip=get_ipython\(\)
113 In \[6\]: \'plot\' in ip\.user_ns
115 In \[6\]: \'plot\' in ip\.user_ns
114 Out\[6\]: False
116 Out\[6\]: False
General Comments 0
You need to be logged in to leave comments. Login now