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

Function test_cache_makedir

testing/test_legacypath.py:88–91  ·  testing/test_legacypath.py::test_cache_makedir
(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(class="st">"foo") class="cm"># 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