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

Method test_matching

testing/test_pathlib.py:89–90  ·  view source on GitHub ↗
(self, pattern: str, path: str)

Source from the content-addressed store, hash-verified

87 ],
88 )
89 def test_matching(self, pattern: str, path: str) -> None:
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"))

Callers

nothing calls this directly

Calls 1

fnmatch_exFunction · 0.90

Tested by

no test coverage detected