##// END OF EJS Templates
Fix test I'd broken with change of reporting in %who.
Fernando Perez -
Show More
@@ -169,7 +169,7 b' def test_magic():'
169 169 f.input_buffer += '%who'
170 170 f._on_enter()
171 171 out_value = f.out.getvalue()
172 assert_equal(out_value, 'In\tOut\tget_ipython\t\n')
172 assert_equal(out_value, 'Interactive namespace is empty.\n')
173 173
174 174
175 175 @isolate_ipython0
General Comments 0
You need to be logged in to leave comments. Login now