mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +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():
|
||||
"""ipython notebook -h works"""
|
||||
tt.help_output_test('notebook')
|
||||
|
||||
def test_help_all_output():
|
||||
"""ipython notebook --help-all works"""
|
||||
tt.help_all_output_test('notebook')
|
||||
|
||||
|
@ -20,10 +20,6 @@ import IPython.testing.tools as tt
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
def test_help_output():
|
||||
"""ipython qtconsole -h works"""
|
||||
tt.help_output_test('qtconsole')
|
||||
|
||||
def test_help_all_output():
|
||||
"""ipython qtconsole --help-all works"""
|
||||
tt.help_all_output_test('qtconsole')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user