##// END OF EJS Templates
Drop test for importing fakemodule
Thomas Kluyver -
Show More
@@ -1,58 +1,55 b''
1 1 # encoding: utf-8
2 2
3 3 def test_import_completer():
4 4 from IPython.core import completer
5 5
6 6 def test_import_crashhandler():
7 7 from IPython.core import crashhandler
8 8
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
18 15 def test_import_history():
19 16 from IPython.core import history
20 17
21 18 def test_import_hooks():
22 19 from IPython.core import hooks
23 20
24 21 def test_import_getipython():
25 22 from IPython.core import getipython
26 23
27 24 def test_import_interactiveshell():
28 25 from IPython.core import interactiveshell
29 26
30 27 def test_import_logger():
31 28 from IPython.core import logger
32 29
33 30 def test_import_macro():
34 31 from IPython.core import macro
35 32
36 33 def test_import_magic():
37 34 from IPython.core import magic
38 35
39 36 def test_import_oinspect():
40 37 from IPython.core import oinspect
41 38
42 39 def test_import_prefilter():
43 40 from IPython.core import prefilter
44 41
45 42 def test_import_prompts():
46 43 from IPython.core import prompts
47 44
48 45 def test_import_release():
49 46 from IPython.core import release
50 47
51 48 def test_import_shadowns():
52 49 from IPython.core import shadowns
53 50
54 51 def test_import_ultratb():
55 52 from IPython.core import ultratb
56 53
57 54 def test_import_usage():
58 55 from IPython.core import usage
General Comments 0
You need to be logged in to leave comments. Login now