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

Method test_sysfind_absolute

testing/_py/test_local.py:904–909  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

902 noperm.chmod(0o644)
903
904 def test_sysfind_absolute(self):
905 x = local.sysfind("test")
906 assert x.check(file=1)
907 y = local.sysfind(str(x))
908 assert y.check(file=1)
909 assert y == x
910
911 def test_sysfind_multiple(self, tmpdir, monkeypatch):
912 monkeypatch.setenv(

Callers

nothing calls this directly

Calls 2

sysfindMethod · 0.80
checkMethod · 0.45

Tested by

no test coverage detected