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:
MinRK 2013-08-29 17:24:04 -07:00
parent 50b31960b3
commit 80d2d15620
2 changed files with 0 additions and 8 deletions

View File

@ -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')

View File

@ -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')