summaryrefslogtreecommitdiff
path: root/test/test_fields.py
Commit message (Expand)AuthorAgeFilesLines
* A bit more parameterisationAlex Chan2017-06-051-4/+7
* Rewrite test_fields.py to be pytest-styleAlex Chan2017-06-051-20/+17
* F401 Entity imported but unusedSeth Michael Larson2017-01-231-1/+1
* Explicitly check if a value in a multipart header is None instead of just a f...Eric Ahn2016-10-311-0/+9
* Fixing a test import bug; shutting up flake8 with sixJesse Shapiro2016-03-161-1/+1
* Adding Python2-only test decoratorJesse Shapiro2016-03-161-4/+5
* Handling errors around Unicode encoding differentlyJesse Shapiro2016-03-161-1/+7
* Fixed test_fields on Windows and some PEP8 love.schlamar2013-11-251-19/+24
* Handle non-ascii headers in multipart/form-dataMartin von Gagern2013-08-071-1/+6
* Added concept of a `RequestField`.Stephen Holsapple2013-08-011-0/+39