summaryrefslogtreecommitdiff
path: root/tests/test_headers.py
Commit message (Collapse)AuthorAgeFilesLines
* tests_headers.py converted to assert from noseBert JW Regeer2016-04-151-32/+34
| | | | Also remove unused class from test_headers.py
* Fixes PEP8 warningsZhongyue Luo2012-12-281-1/+1
|
* give up on trying to encode header values when request.headers is usedChris McDonough2012-01-281-40/+21
|
* fix EnvironHeaders class to do encoding and decoding properlyChris McDonough2012-01-261-21/+40
|
* This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵Sergey Schetinin2011-03-221-17/+83
| | | | | | | | | sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed!
* Add a lot of tests.Sergey Schetinin2011-02-201-0/+47
This is an aggregate patch of the work done by Mariano Mara and Danny Navarro. For more detailed changelog see https://bitbucket.org/marplatense/webobtestcoverage