summaryrefslogtreecommitdiff
path: root/mimeparse_test.py
Commit message (Collapse)AuthorAgeFilesLines
* flake8 tweaks (#27)Ville Skyttä2016-10-101-4/+9
|
* remove an unnecessary import + add info about pep8 & pyflakes to the readmeStefan Wojcik2016-01-271-1/+0
|
* pep8 tweaks + remove unused test codeStefan Wojcik2016-01-271-14/+1
|
* raise an exception when the header cannot be parsed + better handling of ↵Stefan Wojcik2016-01-261-41/+54
| | | | unit tests
* pep8 fixesVille Skyttä2016-01-051-5/+6
|
* Fixed ``has_key()`` which is deprecated in python3.D.B. Tsai2012-08-271-7/+11
| | | | Also cleaned up several PEP8 warnings.
* Added tox for automation project testing, and travis-ci for continuous ↵D.B. Tsai2012-08-271-0/+1
| | | | integration
* Added tests for parse_mime_type. One came from the docstring for the PythonAde Oshineye2012-08-221-0/+7
| | | | | function. The other came from the test for the Go function. Updated the README file to describe the structure of the test data.
* Added the first set of language independent tests and a Python implementation.Ade Oshineye2012-08-221-0/+60
The current tests are just a port of the existing Python tests but I plan to add more.