Example #1
0
def test_ipython_help():
    tt.help_all_output_test()
Example #2
0
def test_locate_profile_help():
    tt.help_all_output_test("locate profile")
Example #3
0
def test_trust_help():
    tt.help_all_output_test("trust")
Example #4
0
def test_profile_create_help():
    tt.help_all_output_test("profile create")
Example #5
0
def test_locate_help():
    tt.help_all_output_test("locate")
Example #6
0
def test_help_output():
    """ipython notebook --help-all works"""
    tt.help_all_output_test('notebook')
Example #7
0
def test_trust_help():
    pytest.importorskip("nbformat")
    tt.help_all_output_test("trust")
Example #8
0
def test_locate_profile_help():
    tt.help_all_output_test("locate profile")
Example #9
0
def test_trust_help():
    tt.help_all_output_test("trust")
Example #10
0
def test_profile_create_help():
    tt.help_all_output_test("profile create")
Example #11
0
def test_locate_help():
    tt.help_all_output_test("locate")
Example #12
0
def test_profile_list_help():
    tt.help_all_output_test("profile list")
def test_help_output():
    """ipython notebook --help-all works"""
    tt.help_all_output_test('notebook')
Example #14
0
def test_help_output():
    """ipython kernel --help-all works"""
    tt.help_all_output_test('kernel')
Example #15
0
 def test_help_output(self):
     """ipython nbconvert --help-all works"""
     tt.help_all_output_test('nbconvert')
Example #16
0
def test_ipython_help():
    tt.help_all_output_test()
Example #17
0
def test_help_output():
    """ipython kernel --help-all works"""
    tt.help_all_output_test('kernel')
Example #18
0
def test_profile_list_help():
    tt.help_all_output_test("profile list")
Example #19
0
def test_help_output():
    """ipython qtconsole --help-all works"""
    tt.help_all_output_test('qtconsole')
def test_help_output():
    """ipython console --help-all works"""
    tt.help_all_output_test('console')