Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1231
def
test_mkdtemp_rootdir(tmpdir):
1232
dtmp = local.mkdtemp(rootdir=tmpdir)
1233
assert tmpdir.listdir() == [dtmp]
1234
1235
1236
class
TestWINLocalPath:
Callers
nothing calls this directly
Calls
2
mkdtemp
Method · 0.80
listdir
Method · 0.80
Tested by
no test coverage detected