def test_mkdtemp_creation(self):
-> d = local.mkdtemp()
try:
assert d.check(dir=1)
finally:
d.remove(rec=1)