mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
only test --help-all
help-all is a superset of `-h`, so no need to do both, since these tests are slow.
This commit is contained in:
parent
50b31960b3
commit
80d2d15620
@ -20,10 +20,6 @@ import IPython.testing.tools as tt
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
def test_help_output():
|
def test_help_output():
|
||||||
"""ipython notebook -h works"""
|
|
||||||
tt.help_output_test('notebook')
|
|
||||||
|
|
||||||
def test_help_all_output():
|
|
||||||
"""ipython notebook --help-all works"""
|
"""ipython notebook --help-all works"""
|
||||||
tt.help_all_output_test('notebook')
|
tt.help_all_output_test('notebook')
|
||||||
|
|
||||||
|
@ -20,10 +20,6 @@ import IPython.testing.tools as tt
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
def test_help_output():
|
def test_help_output():
|
||||||
"""ipython qtconsole -h works"""
|
|
||||||
tt.help_output_test('qtconsole')
|
|
||||||
|
|
||||||
def test_help_all_output():
|
|
||||||
"""ipython qtconsole --help-all works"""
|
"""ipython qtconsole --help-all works"""
|
||||||
tt.help_all_output_test('qtconsole')
|
tt.help_all_output_test('qtconsole')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user