summaryrefslogtreecommitdiff
path: root/tests/test_session.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix request, session and urlmap tests on Python 3Victor Stinner2015-04-211-9/+13
| | | | HTTP body must be bytes
* Strip trailing spacesVictor Stinner2015-04-211-3/+3
|
* Made it possible to create the session after start_response is called but ↵ianb2006-06-211-0/+52
before the first content is sent to the server