def test_check_root_fail(): assert not check.check_root("setup")
def test_check_root(): assert check.check_root(".")