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