Show More
@@ -20,7 +20,7 b' from subprocess import Popen, PIPE' | |||||
20 |
|
20 | |||
21 | import nose.tools as nt |
|
21 | import nose.tools as nt | |
22 |
|
22 | |||
23 |
from IPython.testing import |
|
23 | from IPython.testing.ipunittest import ParametricTestCase | |
24 | from IPython.utils.io import Tee, capture_output |
|
24 | from IPython.utils.io import Tee, capture_output | |
25 | from IPython.utils.py3compat import doctest_refactor_print |
|
25 | from IPython.utils.py3compat import doctest_refactor_print | |
26 |
|
26 | |||
@@ -38,7 +38,7 b' def test_tee_simple():' | |||||
38 | nt.assert_equal(chan.getvalue(), text+"\n") |
|
38 | nt.assert_equal(chan.getvalue(), text+"\n") | |
39 |
|
39 | |||
40 |
|
40 | |||
41 |
class TeeTestCase( |
|
41 | class TeeTestCase(ParametricTestCase): | |
42 |
|
42 | |||
43 | def tchan(self, channel, check='close'): |
|
43 | def tchan(self, channel, check='close'): | |
44 | trap = StringIO() |
|
44 | trap = StringIO() |
General Comments 0
You need to be logged in to leave comments.
Login now