def test_visit_ignore(self):
p = self.root.join('nonexisting')
-> assert list(p.visit(ignore=py.error.ENOENT)) == []