def test_is_mine_negative(): assert not FileOps.is_mine("/etc")
def test_is_mine_positive(): assert FileOps.is_mine("LICENSE")