MCPcopy
hub / github.com/pytest-dev/pytest / test_visit_ignore

Method test_visit_ignore

testing/_py/test_local.py:218–220  ·  view source on GitHub ↗
(self, path1)

Source from the content-addressed store, hash-verified

216 assert "otherdir" in lst
217
218 def test_visit_ignore(self, path1):
219 p = path1.join("nonexisting")
220 assert list(p.visit(ignore=error.ENOENT)) == []
221
222 def test_visit_endswith(self, path1):
223 p = []

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
visitMethod · 0.80

Tested by

no test coverage detected