(cache: pytest.Cache)
| 86 | |
| 87 | |
| 88 | def 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 | |
| 94 | def test_fixturerequest_getmodulepath(pytester: pytest.Pytester) -> None: |