summaryrefslogtreecommitdiff
path: root/tests/test_httpserver.py
Commit message (Collapse)AuthorAgeFilesLines
* tests/test_httpserver.py: Add test_environ_with_multiple_valuesMarc Abramowitz2015-04-281-0/+16
| | | | Tests when there are two `Host:` headers present.
* tests/test_httpserver.py: Use `email` module instead of `mimetools`Marc Abramowitz2015-04-281-2/+2
| | | | because `mimetools` is deprecated and doesn't work in Python 3.
* Add tests/test_httpserver.pyMarc Abramowitz2015-04-271-0/+29
which contains a test for the issue in BB-4, where the WSGI environment has strings with commas in them that don't belong. See issue #4.