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