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

Function test_mkdtemp_rootdir

testing/_py/test_local.py:1231–1233  ·  testing/_py/test_local.py::test_mkdtemp_rootdir
(tmpdir)

Source from the content-addressed store, hash-verified

1229
1230
1231def test_mkdtemp_rootdir(tmpdir):
1232 dtmp = local.mkdtemp(rootdir=tmpdir)
1233 assert tmpdir.listdir() == [dtmp]
1234
1235
1236class TestWINLocalPath:

Callers

nothing calls this directly

Calls 2

mkdtempMethod · 0.80
listdirMethod · 0.80

Tested by

no test coverage detected