##// END OF EJS Templates
Added missing imports for test
Matthew Seal -
Show More
@@ -1,4 +1,7 b''
1 import sys
1 from IPython.testing.tools import AssertPrints, AssertNotPrints
2 from IPython.testing.tools import AssertPrints, AssertNotPrints
3 from IPython.core.displayhook import CapturingDisplayHook
4 from IPython.utils.capture import CapturedIO
2
5
3 ip = get_ipython()
6 ip = get_ipython()
4
7
General Comments 0
You need to be logged in to leave comments. Login now