[New-bugs-announce] [issue21440] Use support.rmtree in test_zipfile

Tim Golden report at bugs.python.org
Mon May 5 19:22:10 CEST 2014


New submission from Tim Golden:

At present test_zipfile uses shutil.rmtree to remove its test artefacts. This intermittently but frequently fails to remove cleanly on a Windows development box. Changing it to use the test.support helper functions should reduce the incidence.

----------
assignee: tim.golden
components: Tests
messages: 217935
nosy: tim.golden
priority: normal
severity: normal
stage: patch review
status: open
title: Use support.rmtree in test_zipfile
type: behavior
versions: Python 3.5

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


More information about the New-bugs-announce mailing list