标签: python-unittest
import tempfile def tmpdir(destdir=None): return tempfile.mkdtemp(suffix='.' + str(os.getpid()), dir=destdir)