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