##// END OF EJS Templates
Skip qtconsole help test if no X11
Thomas Kluyver -
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