mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Merge pull request #5863 from takluyver/skip-qt-help-test-nox
Skip qtconsole help test if no X11
This commit is contained in:
commit
61bc94a23c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user