summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add github actions tests (#77)Chris Dent2023-04-303-4/+16
* Wsgi.errors is text (#62)Dave Brondsema2020-10-121-2/+1
* add ipv6 support by setting address family (#50)Lekinho2020-02-121-1/+60
* Update auth_tkt.py for python3 compatibility (#45)marzetas2020-01-261-0/+120
* Make gzip middleware stop producing a spurious response body on HEAD requests...Jason Madden2020-01-131-2/+10
* LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)Benjamin Peterson2019-09-091-0/+21
* TestApp: Make unicode urls always work. (#33)Benjamin Peterson2019-09-041-0/+7
* Make LimitedLengthFile file return empty bytes rather than empty string when ...Benjamin Peterson2019-09-041-1/+9
* Avoid copying FieldStorage if possible. (#30)Benjamin Peterson2019-08-291-5/+8
* Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)3.1.1Benjamin Peterson2019-08-252-1/+29
* Fix WSGIResponse.__call__ on Python 3. (#27)Benjamin Peterson2019-07-241-0/+17
* Fix quoting of bytestrings. (#23)Jelmer Vernooij2019-03-071-0/+2
* paste.fixture: fix form offset handling (#12)Daniel Hahler2018-10-311-0/+9
* py3 fixes for form handling in paste.fixture (#8)Daniel Hahler2018-10-301-1/+10
* Pytest fixes (#9)Daniel Hahler2018-10-302-16/+16
* Fix up testing after switch to pytestChris Dent2018-10-232-1/+1
* Merge pull request #1 from cdent/pytestChris Dent2018-10-236-36/+32
|\
| * Switch from nose to pytestpytestMarc Abramowitz2016-03-086-36/+32
| * Check paste.wsgilib.add_close._closedMarc Abramowitz2016-03-071-0/+2
| * Add tests for `add_close` classMarc Abramowitz2016-03-071-0/+50
| * Enable testing with pypytox_add_pypyMarc Abramowitz2016-03-071-2/+2
| * tox.ini: Add py35 to envlisttox_add_py35Marc Abramowitz2016-03-0765-0/+3385
* Fix proxy testChris Dent2018-10-231-4/+4
* make tests pass after 2031Bernhard M. Wiedemann2018-02-2166-0/+3437