[issue17312] test_aifc doesn't clean up after itself

Chris Jerdonek report at bugs.python.org
Fri Mar 1 19:43:14 CET 2013


Chris Jerdonek added the comment:

Similar to as I stated in issue 17315, you won't see it when using regrtest since regrtest creates and then deletes a temp working directory.

The file gets created and is left behind in the current working directory.  Try running using unittest, e.g.

./python.exe -m unittest test.test_aifc.AIFCLowLevelTest.test_write_aiff_by_extension

----------

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


More information about the Python-bugs-list mailing list