MCPcopy Index your code
hub / github.com/pytest-dev/pytest / test_matching_abspath

Method test_matching_abspath

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

Source from the content-addressed store, hash-verified

90 assert fnmatch_ex(pattern, path)
91
92 def test_matching_abspath(self) -> None:
93 abspath = os.path.abspath(os.path.join("tests/foo.py"))
94 assert fnmatch_ex("tests/foo.py", abspath)
95
96 @pytest.mark.parametrize(
97 "pattern, path",

Callers

nothing calls this directly

Calls 2

fnmatch_exFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected