def test_is_root_negative(): assert not FileOps.is_roots("LICENSE")
def test_is_root_positive(): assert FileOps.is_roots("/etc")