##// END OF EJS Templates
Drop test for importing fakemodule
Thomas Kluyver -
Show More
@@ -9,9 +9,6 b' def test_import_crashhandler():'
9 9 def test_import_debugger():
10 10 from IPython.core import debugger
11 11
12 def test_import_fakemodule():
13 from IPython.core import fakemodule
14
15 12 def test_import_excolors():
16 13 from IPython.core import excolors
17 14
General Comments 0
You need to be logged in to leave comments. Login now