Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ test_mkdtemp_creation
Method
test_mkdtemp_creation
testing/_py/test_local.py:757–762 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
755
assert str(new1) == str(new2)
756
757
def
test_mkdtemp_creation(self):
758
d = local.mkdtemp()
759
try
:
760
assert d.check(dir=1)
761
finally:
762
d.remove(rec=1)
763
764
def
test_tmproot(self):
765
d = local.mkdtemp()
Callers
nothing calls this directly
Calls
3
mkdtemp
Method · 0.80
remove
Method · 0.80
check
Method · 0.45
Tested by
no test coverage detected