Show More
@@ -1,13 +1,15 | |||
|
1 | 1 | # encoding: utf-8 |
|
2 | from IPython.testing import decorators as dec | |
|
2 | 3 | |
|
3 | 4 | def test_import_backgroundjobs(): |
|
4 | 5 | from IPython.lib import backgroundjobs |
|
5 | 6 | |
|
6 | 7 | def test_import_deepreload(): |
|
7 | 8 | from IPython.lib import deepreload |
|
8 | 9 | |
|
9 | 10 | def test_import_demo(): |
|
10 | 11 | from IPython.lib import demo |
|
11 | 12 | |
|
13 | @dec.skip_win32 | |
|
12 | 14 | def test_import_irunner(): |
|
13 | 15 | from IPython.lib import irunner |
General Comments 0
You need to be logged in to leave comments.
Login now