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

Method test_not_exists

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

Source from the content-addressed store, hash-verified

112 assert newbase.dirpath() == newpath.dirpath()
113
114 def test_not_exists(self, path1):
115 assert not path1.join("does_not_exist").check()
116 assert path1.join("does_not_exist").check(exists=0)
117
118 def test_exists(self, path1):
119 assert path1.join("samplefile").check()

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
checkMethod · 0.45

Tested by

no test coverage detected