MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_matching_abspath

Method test_matching_abspath

testing/test_pathlib.py:57–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 assert fnmatch_ex(pattern, path)
56
57 def test_matching_abspath(self) -> None:
58 abspath = os.path.abspath(os.path.join("tests/foo.py"))
59 assert fnmatch_ex("tests/foo.py", abspath)
60
61 @pytest.mark.parametrize(
62 "pattern, path",

Callers

nothing calls this directly

Calls 1

fnmatch_exFunction · 0.90

Tested by

no test coverage detected