summaryrefslogtreecommitdiff
path: root/tests/test_wsgiwrappers.py
Commit message (Expand)AuthorAgeFilesLines
* Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)3.1.1Benjamin Peterson2019-08-251-1/+1
* Fix WSGIResponse.__call__ on Python 3. (#27)Benjamin Peterson2019-07-241-0/+17
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+146