Exemplo n.º 1
0
def test_util_has_has_module():

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

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

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