(tmpdir_factory)
| 526 | |
| 527 | @pytest.fixture(scope=class="st">"session") |
| 528 | def 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 |
nothing calls this directly
no test coverage detected