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 xtreak
Recipients xtreak
Date 2020-01-11.17:00:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578762033.82.0.792571395143.issue39299@roundup.psfhosted.org>
In-reply-to
Content
With the proposed PR the coverage [0] stands at 80% with Windows tests for registry not covered as part of the coverage report. The tests also now use tearDownModule to restore the value of mimetypes.knownfiles which was being accidentally set empty for other tests too as part of the test setup and not restored properly.

[0] https://codecov.io/gh/python/cpython/src/b80c9c384e744788a09176f6f894ea8495e19d6a/Lib/mimetypes.py
History
Date User Action Args
2020-01-11 17:00:33xtreaksetrecipients: + xtreak
2020-01-11 17:00:33xtreaksetmessageid: <1578762033.82.0.792571395143.issue39299@roundup.psfhosted.org>
2020-01-11 17:00:33xtreaklinkissue39299 messages
2020-01-11 17:00:33xtreakcreate