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