[issue37421] Some tests leak temporary files

STINNER Victor report at bugs.python.org
Mon Jul 8 18:10:29 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

It seems like tests don't leak temporary files anymore:

$ mkdir ~/TEMP
$ TMPDIR=~/TEMP TEMPDIR=~/TEMP ./python -m test -v -r -u all,-gui 
$ ls ~/TEMP
# empty directory

I close the issue.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37421>
_______________________________________


More information about the Python-bugs-list mailing list