Show More
@@ -14,11 +14,13 b'' | |||
|
14 | 14 | import nose.tools as nt |
|
15 | 15 | |
|
16 | 16 | import IPython.testing.tools as tt |
|
17 | from IPython.testing.decorators import skip_if_no_x11 | |
|
17 | 18 | |
|
18 | 19 | #----------------------------------------------------------------------------- |
|
19 | 20 | # Test functions |
|
20 | 21 | #----------------------------------------------------------------------------- |
|
21 | 22 | |
|
23 | @skip_if_no_x11 | |
|
22 | 24 | def test_help_output(): |
|
23 | 25 | """ipython qtconsole --help-all works""" |
|
24 | 26 | tt.help_all_output_test('qtconsole') |
General Comments 0
You need to be logged in to leave comments.
Login now