Beispiel #1
0
def test_util_has_has_module():

    assert not core.has_module("this_module_does_not_exist")
    assert core.has_module("sys")
Beispiel #2
0
def test_util_has_has_module():
    
    assert not core.has_module('this_module_does_not_exist')
    assert core.has_module('sys')
Beispiel #3
0
def test_util_has_has_module():

    assert not core.has_module('this_module_does_not_exist')
    assert core.has_module('sys')
Beispiel #4
0
def test_util_has_has_module():

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