MCPcopy
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

mkdtempMethod · 0.80
removeMethod · 0.80
checkMethod · 0.45

Tested by

no test coverage detected