コード例 #1
0
def test_util_has_has_module():

    assert not core.has_module("this_module_does_not_exist")
    assert core.has_module("sys")
コード例 #2
0
ファイル: test_core.py プロジェクト: KentChun33333/imageio
def test_util_has_has_module():
    
    assert not core.has_module('this_module_does_not_exist')
    assert core.has_module('sys')
コード例 #3
0
def test_util_has_has_module():

    assert not core.has_module('this_module_does_not_exist')
    assert core.has_module('sys')
コード例 #4
0
ファイル: test_core.py プロジェクト: imageio/imageio
def test_util_has_has_module():

    assert not core.has_module("this_module_does_not_exist")
    assert core.has_module("sys")