コード例 #1
0
ファイル: test_help.py プロジェクト: 12312113/ipython
def test_ipython_help():
    tt.help_all_output_test()
コード例 #2
0
ファイル: test_help.py プロジェクト: 12312113/ipython
def test_locate_profile_help():
    tt.help_all_output_test("locate profile")
コード例 #3
0
ファイル: test_help.py プロジェクト: 12312113/ipython
def test_trust_help():
    tt.help_all_output_test("trust")
コード例 #4
0
ファイル: test_help.py プロジェクト: 12312113/ipython
def test_profile_create_help():
    tt.help_all_output_test("profile create")
コード例 #5
0
ファイル: test_help.py プロジェクト: 12312113/ipython
def test_locate_help():
    tt.help_all_output_test("locate")
コード例 #6
0
ファイル: test_utils.py プロジェクト: ANB2/ipython
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")
コード例 #13
0
def test_help_output():
    """ipython notebook --help-all works"""
    tt.help_all_output_test('notebook')
コード例 #14
0
ファイル: test_kernel.py プロジェクト: Millczc/cs231n
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
ファイル: test_help.py プロジェクト: 12312113/ipython
def test_profile_list_help():
    tt.help_all_output_test("profile list")
コード例 #19
0
ファイル: test_app.py プロジェクト: Tasarinan/PortablePython3
def test_help_output():
    """ipython qtconsole --help-all works"""
    tt.help_all_output_test('qtconsole')
コード例 #20
0
def test_help_output():
    """ipython console --help-all works"""
    tt.help_all_output_test('console')