Clean up temporary files after testing
Bug #1237953 reported by
Dirkjan Ochtman
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
New
|
Undecided
|
Unassigned |
Bug Description
Cleanup of temporary files is currently disabled in the test suite (if False in tearDown). It would be pretty nice if the tests didn't leave behind their temporary files (including the .key and .pem files).
To post a comment you must log in.
Also, the tests really shouldn't create temporary files in current directory. This is something you don't expect when you run the tests.