only test `--help-all`

help-all is a superset of `-h`, so no need to do both,
since these tests are slow.
MinRK 13 years ago
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…
Cancel
Save