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

Method test_not_matching

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

Source from the content-addressed store, hash-verified

108 ],
109 )
110 def test_not_matching(self, pattern: str, path: str) -> None:
111 assert not fnmatch_ex(pattern, path)
112
113
114@pytest.fixture(params=[True, False])

Callers

nothing calls this directly

Calls 1

fnmatch_exFunction · 0.90

Tested by

no test coverage detected