Jeremy Kloth added the comment:

I'm fine with the tests for CreateFunction failing for an ImDisk virtual drive, 
however something needs to be changed with the test to not remove the test 
directory on tearDown().

Changing it to use a temporary directory to link against is a workaround, but 
still leaves remnants once finished.  My solution of using lexists() in 
tearDown() however, ensures that any created items are cleaned up regardless of 
the test result.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26658>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to