Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flake8 tweaks (#27) | Ville Skyttä | 2016-10-10 | 1 | -4/+9 |
| | |||||
* | remove an unnecessary import + add info about pep8 & pyflakes to the readme | Stefan Wojcik | 2016-01-27 | 1 | -1/+0 |
| | |||||
* | pep8 tweaks + remove unused test code | Stefan Wojcik | 2016-01-27 | 1 | -14/+1 |
| | |||||
* | raise an exception when the header cannot be parsed + better handling of ↵ | Stefan Wojcik | 2016-01-26 | 1 | -41/+54 |
| | | | | unit tests | ||||
* | pep8 fixes | Ville Skyttä | 2016-01-05 | 1 | -5/+6 |
| | |||||
* | Fixed ``has_key()`` which is deprecated in python3. | D.B. Tsai | 2012-08-27 | 1 | -7/+11 |
| | | | | Also cleaned up several PEP8 warnings. | ||||
* | Added tox for automation project testing, and travis-ci for continuous ↵ | D.B. Tsai | 2012-08-27 | 1 | -0/+1 |
| | | | | integration | ||||
* | Added tests for parse_mime_type. One came from the docstring for the Python | Ade Oshineye | 2012-08-22 | 1 | -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 Oshineye | 2012-08-22 | 1 | -0/+60 |
The current tests are just a port of the existing Python tests but I plan to add more. |