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

Method test_matching

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

Source from the content-addressed store, hash-verified

52 ],
53 )
54 def test_matching(self, pattern: str, path: str) -> None:
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"))

Callers

nothing calls this directly

Calls 1

fnmatch_exFunction · 0.90

Tested by

no test coverage detected