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

Function test_cache_makedir

testing/test_legacypath.py:88–91  ·  view source on GitHub ↗
(cache: pytest.Cache)

Source from the content-addressed store, hash-verified

86
87
88def test_cache_makedir(cache: pytest.Cache) -> None:
89 dir = cache.makedir("foo") # type: ignore[attr-defined]
90 assert dir.exists()
91 dir.remove()
92
93
94def test_fixturerequest_getmodulepath(pytester: pytest.Pytester) -> None:

Callers

nothing calls this directly

Calls 2

removeMethod · 0.80
existsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…