Show More
@@ -1,7 +1,5 b'' | |||
|
1 | 1 | import os.path |
|
2 | 2 | |
|
3 | import nose.tools as nt | |
|
4 | ||
|
5 | 3 | import IPython.testing.tools as tt |
|
6 | 4 | from IPython.utils.syspathcontext import prepended_to_syspath |
|
7 | 5 | from IPython.utils.tempdir import TemporaryDirectory |
@@ -93,4 +91,4 b' def test_extension_builtins():' | |||
|
93 | 91 | |
|
94 | 92 | def test_non_extension(): |
|
95 | 93 | em = get_ipython().extension_manager |
|
96 |
|
|
|
94 | assert em.load_extension("sys") == "no load function" |
General Comments 0
You need to be logged in to leave comments.
Login now