Example #1
0
def test_check_root_fail():
    assert not check.check_root("setup")
Example #2
0
def test_check_root_fail():
    assert not check.check_root("setup")
Example #3
0
def test_check_root():
    assert check.check_root(".")
Example #4
0
def test_check_root():
    assert check.check_root(".")