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.06:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578722796.76.0.475900715527.issue39299@roundup.psfhosted.org>
In-reply-to
Content
Currently the test coverage for mimetypes module is at 57% https://codecov.io/gh/python/cpython/src/43682f1e39a3c61f0e8a638b887bcdcbfef766c5/Lib/mimetypes.py . I propose adding the following tests to increase the coverage.

* Add test for case insensitive check of types and extensions.
* Add test for data url with no comma.
* Add test for read_mime_types function.
* Add tests for the mimetypes cli.
History
Date User Action Args
2020-01-11 06:06:36xtreaksetrecipients: + xtreak
2020-01-11 06:06:36xtreaksetmessageid: <1578722796.76.0.475900715527.issue39299@roundup.psfhosted.org>
2020-01-11 06:06:36xtreaklinkissue39299 messages
2020-01-11 06:06:36xtreakcreate