This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients eryksun, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-30.23:20:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459380004.4.0.143737048308.issue26658@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-30 23:20:04jklothsetrecipients: + jkloth, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower
2016-03-30 23:20:04jklothsetmessageid: <1459380004.4.0.143737048308.issue26658@psf.upfronthosting.co.za>
2016-03-30 23:20:04jklothlinkissue26658 messages
2016-03-30 23:20:04jklothcreate