summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix ProxyMiddleware with query stringpatch-proxyHsiaoming Yang2018-02-131-4/+8
* remove re-added old cache testscache-test-revertDavid Lord2018-01-032-300/+21
* min support is py 2.7 and 3.4remove-26-33David Lord2018-01-031-3/+3
* Added test and changelog entry for EnvironHeaders fixArmin Ronacher2017-12-301-0/+1
* Merge branch 'pr/1065'Armin Ronacher2017-12-301-1/+27
|\
| * add specificity sorting to Accept datastructuresfelk2017-01-261-1/+27
* | Add static weights for rule sorting (#1137)Chester Liu2017-12-301-0/+10
* | Added mimetype support to test client. Fixes #1043Armin Ronacher2017-12-302-2/+15
* | Better accept invalid cookies (cookies without values)Armin Ronacher2017-12-301-0/+13
* | Relaxed the router arguments (Fixes #1125)Armin Ronacher2017-12-301-0/+12
* | Update _legal_cookie_chars to include / and = (#1131)joel2017-12-301-0/+3
* | No longer send content-length for 204/304 responsesArmin Ronacher2017-12-301-0/+14
* | Skip empty content length and type in environ headersArmin Ronacher2017-12-301-0/+17
* | Added ProxyMiddleware (#1224)Armin Ronacher2017-12-301-0/+49
* | Fix unreliable test (#1229)Tero Vuotila2017-12-301-7/+10
* | Fixed linting and code styleArmin Ronacher2017-12-293-5/+5
* | Correctly set the fixture scope to session for dev serverArmin Ronacher2017-12-291-3/+3
* | Use increasing ports for dev_server fixturesArmin Ronacher2017-12-291-11/+16
* | Fixed the file system test that was brokenArmin Ronacher2017-12-281-4/+6
* | Potentially fixed cache tests on travisArmin Ronacher2017-12-281-1/+3
* | Fixed bad merge markerArmin Ronacher2017-12-281-1/+0
* | Add support for windows console scripts from reloaderArmin Ronacher2017-12-281-1/+13
|\ \
| * | Issue 1136 incorporating feedback from PR comments into style changesandroiddrew2017-06-231-1/+1
| * | Issue 1136 correcting missing argument in mockandroiddrew2017-06-191-1/+1
| * | Issue 1136 correcting failing flake8 style checkandroiddrew2017-06-191-1/+2
| * | Updating Authors, Changes and test case for issue 1136androiddrew2017-06-151-1/+11
* | | Replace os.path with posixpath; fixes test on Windows (#1154)Mark Szymanski2017-12-281-1/+2
* | | Improve error message for Redis Cache with None as host -- fixes #1179 (#1182)Bruno Alla2017-12-281-0/+6
* | | Implemented has for NullCacheArmin Ronacher2017-12-281-0/+284
* | | Fix reloader reporting wrong changed file (#1228)Tero Vuotila2017-12-281-0/+42
* | | Added etag handling (#1223)Armin Ronacher2017-12-281-0/+42
* | | Adding support for SameSite cookie's attribute (#1167)Fadhel Chaabane2017-12-282-5/+28
* | | Catch HTTP exceptions in Request.application (#1221)Armin Ronacher2017-12-271-1/+20
* | | Cache: improves threshold management in FScache (#1218)Øystein Blixhavn2017-12-271-7/+33
* | | Fixed cache tests flakynessArmin Ronacher2017-12-271-1/+8
* | | fix skipping xprocess testsDavid Lord2017-12-065-33/+28
* | | Merge pull request #1208 from davidism/header-option-quotesDavid Lord2017-12-051-0/+8
|\ \ \
| * | | match header option value with single quotesDavid Lord2017-12-041-0/+8
* | | | Merge pull request #1207 from grampajoe/redis-readyDavid Lord2017-12-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Wait for Redis 3 or 4 ready messagesJoe Friedl2017-12-041-1/+1
* | | | Make SharedDataMiddleware respect order of exportsSebastian Noack2017-12-041-21/+22
* | | | Fix an issue using `securecookie` with Python 3grahamlyons2017-12-041-0/+4
|/ / /
* | | Support chunked transfer encoding (#1198)Jan Michael Auer2017-11-292-0/+112
* | | fix flake8 errorsDavid Lord2017-11-273-29/+29
* | | Fix redis testsMarkus Unterwaditzer2017-11-271-1/+1
* | | Update test case for Cache.get_manyHsiaoming Yang2017-11-171-1/+1
* | | flush when printing reloader loop markerDavid Lord2017-06-301-2/+5
* | | don't hide cache test skipsDavid Lord2017-06-301-70/+84
* | | stop cache processes after tests completeDavid Lord2017-06-301-67/+58
* | | reduce number of test envsDavid Lord2017-06-292-2/+32