##// END OF EJS Templates
Merge pull request #5863 from takluyver/skip-qt-help-test-nox...
Thomas Kluyver -
r16743:5a27f3a9 merge
parent child Browse files
Show More
@@ -14,11 +14,13 b''
14 import nose.tools as nt
14 import nose.tools as nt
15
15
16 import IPython.testing.tools as tt
16 import IPython.testing.tools as tt
17 from IPython.testing.decorators import skip_if_no_x11
17
18
18 #-----------------------------------------------------------------------------
19 #-----------------------------------------------------------------------------
19 # Test functions
20 # Test functions
20 #-----------------------------------------------------------------------------
21 #-----------------------------------------------------------------------------
21
22
23 @skip_if_no_x11
22 def test_help_output():
24 def test_help_output():
23 """ipython qtconsole --help-all works"""
25 """ipython qtconsole --help-all works"""
24 tt.help_all_output_test('qtconsole')
26 tt.help_all_output_test('qtconsole')
General Comments 0
You need to be logged in to leave comments. Login now