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