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