Esempio n. 1
0
def test_util_has_has_module():

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

    assert not core.has_module('this_module_does_not_exist')
    assert core.has_module('sys')
Esempio n. 4
0
def test_util_has_has_module():

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