call site 5 for path.svnurl.visit
path/testing/common.py - line 176
174
175
176
   def test_visit_ignore(self):
       p = self.root.join('nonexisting')
->     assert list(p.visit(ignore=py.error.ENOENT)) == []