summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* apply code stylecode-styleDavid Lord2019-03-0839-4032/+4776
* standardize copyright and licenseDavid Lord2019-02-1223-46/+46
* fix tests for nightly and osxtravisDavid Lord2019-02-121-6/+6
* fix tests after wrappers splitDavid Lord2019-02-111-5/+8
* test_serving: Use sys.executable, not 'python'Petr Viktorin2019-02-051-1/+1
* all deprecations warnings show removal versionDavid Lord2019-01-272-7/+1
* Revert "move dynamic charset wrapper out of contrib"David Lord2019-01-272-59/+55
* Revert "Merge pull request #1446 from pallets/charset-mixin"David Lord2019-01-271-48/+51
* move wsgi middlewareDavid Lord2019-01-275-128/+151
* update dynamic charset testsDavid Lord2019-01-261-51/+48
* port Flask's JSONMixin implementationDavid Lord2019-01-261-7/+45
* move dynamic charset wrapper out of contribDavid Lord2019-01-252-55/+59
* move json wrapper out of contribDavid Lord2019-01-242-10/+11
* move ProxyFix out of contribDavid Lord2019-01-212-137/+190
* fix quoting in iri_to_uriDavid Lord2019-01-121-1/+5
* fix unquoting in uri_to_iriDavid Lord2019-01-122-3/+14
* Remove future with_statement importspgjones2018-12-316-11/+1
* mutable CombinedMultiDict.copy()David Lord2018-12-101-3/+2
* add REQUEST_URI and RAW_REQUEST to environDavid Lord2018-12-091-0/+13
* support RFC 2231 parameter continuationsDavid Lord2018-12-091-18/+15
* Address 'filename*N*=' continuation parameters according to RFC 2231.Taizo Ito2018-12-091-0/+22
* use regular DeprecationWarning with default filterDavid Lord2018-12-091-18/+12
* Add failing test for #1414 (x_for/x_prefix mixup in ProxyFix)Benjamin Beasley2018-12-081-1/+7
* group frames by exceptionDavid Lord2018-12-061-6/+9
* add support for Python 3 nested exceptionseltonlaw2018-12-061-1/+19
* warn that SecureCookie will switch to jsonDavid Lord2018-12-041-0/+25
* refactor FileStorage testsDavid Lord2018-12-032-47/+42
* FileStorage looks up attributes on stream and stream._fileJohnny Cochrane2018-12-032-7/+49
* validate ranges passed to Range datastructureDavid Lord2018-12-012-5/+23
* support negative values in int and float convertersSkuldur2018-12-011-0/+21
* add json argument for test clientDavid Lord2018-11-251-0/+15
* exhaust body of test client redirectsJakub Stasiak2018-11-251-0/+25
* rewrite test client redirect handlingDavid Lord2018-11-241-30/+55
* Redirect with a 308 rather than 301pgjones2018-11-221-1/+5
* remove Lighttpd PATH_INFO behavior from CGIRootFixsaltcandy1232018-11-221-5/+4
* Merge pull request #735 from dset0x/import_stacktraceDavid Lord2018-11-221-0/+20
|\
| * Better traceback for bad imports in custom pathDimitrios Semitsoglou-Tsiapos2015-05-221-0/+20
* | pytest-xprocess is optionalDavid Lord2018-11-221-1/+2
* | Unicodify the header name (key) as well as valuepgjones2018-11-212-11/+13
* | Revert "debug slow reloader test on appveyor"David Lord2018-11-202-6/+0
* | Merge pull request #1399 from pallets/testsDavid Lord2018-11-202-7/+34
|\ \
| * | debug slow reloader test on appveyortestsDavid Lord2018-11-202-0/+6
| * | escape slashes in windows pathsDavid Lord2018-11-202-3/+4
| * | kill process group on windowsDavid Lord2018-11-171-1/+8
| * | update pytest-xprocess starterDavid Lord2018-11-171-3/+16
* | | move get_description into wrap classDavid Lord2018-11-171-11/+11
* | | Give ability for easier exceptions in BadRequestKeyErrorDaniel Mouris2018-11-171-1/+16
|/ /
* | shorten repr instead of str objDavid Lord2018-11-161-4/+21
* | auth is unicodeDavid Lord2018-11-132-4/+19
* | The default charset for the basic http authentication is utf-8.Pavel2018-11-131-0/+5