summaryrefslogtreecommitdiff
path: root/tests/test_util/test_mimeparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-2/+0
| | | | | * Remove unused imports * Remove unused variables
* Convert files from file format DOS to UNIXVictor Stinner2015-04-211-237/+237
|
* Added some more test cases to test_mimeparse that I have found here:Christoph Zwerschke2010-08-191-4/+60
| | | | | http://code.google.com/p/mimeparse/source/browse/trunk/testdata.json Also added a link to the project upstream.
* Added unittests for util.mimeparse and made the module more robust and ↵Christoph Zwerschke2010-08-191-0/+181
somewhat faster. This also closes tickets #290, #330, #370 and #381.