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

Method test_not_matching

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

Source from the content-addressed store, hash-verified

73 ],
74 )
75 def test_not_matching(self, pattern: str, path: str) -> None:
76 assert not fnmatch_ex(pattern, path)
77
78
79class TestImportPath:

Callers

nothing calls this directly

Calls 1

fnmatch_exFunction · 0.90

Tested by

no test coverage detected