[New-bugs-announce] [issue22390] test.regrtest should complain if a test doesn't remove temporary files

STINNER Victor report at bugs.python.org
Thu Sep 11 16:30:52 CEST 2014


New submission from STINNER Victor:

A change in test_glob of issue #13968 started to fail because a previous test created temporary files but didn't remove them.

test.regrtest should at least emit a warning if the temporary directory used to run tests is not empty before removing it.

----------
components: Tests
messages: 226777
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test.regrtest should complain if a test doesn't remove temporary files
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22390>
_______________________________________


More information about the New-bugs-announce mailing list