[issue26658] test_os fails when run on Windows ramdisk

Jeremy Kloth report at bugs.python.org
Wed Mar 30 19:20:04 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26658>
_______________________________________


More information about the Python-bugs-list mailing list