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