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

Function path1

testing/_py/test_local.py:528–532  ·  view source on GitHub ↗
(tmpdir_factory)

Source from the content-addressed store, hash-verified

526
527@pytest.fixture(scope="session")
528def path1(tmpdir_factory):
529 path = tmpdir_factory.mktemp("path")
530 setuptestfs(path)
531 yield path
532 assert path.join("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

Used in the wild real call sites across dependent graphs

searching dependent graphs…