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

Function path1

testing/_py/test_local.py:528–532  ·  testing/_py/test_local.py::path1
(tmpdir_factory)

Source from the content-addressed store, hash-verified

526
527@pytest.fixture(scope=class="st">"session")
528def path1(tmpdir_factory):
529 path = tmpdir_factory.mktemp(class="st">"path")
530 setuptestfs(path)
531 yield path
532 assert path.join(class="st">"samplefile").check()
533
534
535@pytest.fixture

Callers

nothing calls this directly

Calls 4

setuptestfsFunction · 0.85
joinMethod · 0.80
mktempMethod · 0.45
checkMethod · 0.45

Tested by

no test coverage detected