Merge pull request #5863 from takluyver/skip-qt-help-test-nox

Skip qtconsole help test if no X11
This commit is contained in:
Thomas Kluyver 2014-05-15 15:32:24 -07:00
commit 61bc94a23c

View File

@ -14,11 +14,13 @@
import nose.tools as nt
import IPython.testing.tools as tt
from IPython.testing.decorators import skip_if_no_x11
#-----------------------------------------------------------------------------
# Test functions
#-----------------------------------------------------------------------------
@skip_if_no_x11
def test_help_output():
"""ipython qtconsole --help-all works"""
tt.help_all_output_test('qtconsole')