summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix many flake8 warnings/errorsBert JW Regeer2018-10-1514-61/+110
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-1425-7073/+7731
* support passing around AcceptOffer objectsMichael Merickel2018-10-101-5/+21
* remove media range support for offersMichael Merickel2018-10-091-17/+8
* Merge branch 'fix-warnings' into accept-parse-offerMichael Merickel2018-10-094-18/+129
|\
| * fix test suite warningsMichael Merickel2018-10-064-16/+127
| * use collections.abc for abc types if availableMichael Merickel2018-10-061-2/+2
* | further simplifyMichael Merickel2018-10-021-0/+5
* | more clearly define specificity constantsMichael Merickel2018-09-271-2/+2
* | return a named tupleMichael Merickel2018-09-251-11/+19
* | support a standard api for parsing media typesMichael Merickel2018-09-121-0/+27
|/
* Move tests to respective test classes, and test with the same params.Ira Lun2018-09-081-19/+40
* assert that "*/*" doesn't match "Accept: " as client won't accept anythingMichael Merickel2018-09-051-0/+5
* add ranges support to acceptable_offersMichael Merickel2018-09-051-0/+15
* do not raise on offers that do not match the media type ABNFMichael Merickel2018-09-031-9/+23
* Add Request.remote_host propertyNir Soffer2018-07-131-0/+11
* Add tests for non bytes samesiteBert JW Regeer2018-06-031-1/+16
* MIMEAccept mimics old behaviour betterBert JW Regeer2018-04-101-1/+80
* request.POST now supports any requests with the appropriate Content-Type (#351).Kirill Kuzminykh2018-03-091-2/+2
* ``request.POST`` now supports DELETE requests with the appropriate Content-Ty...Kirill Kuzminykh2018-03-081-53/+65
* Verify warning is raised when calling MIMEAccept's initBert JW Regeer2018-01-011-3/+15
* Remove tests for deprecated functionsBert JW Regeer2017-11-202-7/+0
* Place methods in alphabetical order.Ira Lun2017-08-291-45/+45
* Place imports in alphabetical order.Ira Lun2017-08-291-3/+3
* Place imports in alphabetical order.Ira Lun2017-08-291-3/+3
* Improve AcceptLanguageValidHeader.basic_filtering.Ira Lun2017-08-291-23/+41
* Fix assert.Ira Lun2017-08-291-1/+1
* Update import and isinstance test.Ira Lun2017-08-291-2/+2
* Remove obsolete tests.Ira Lun2017-08-291-340/+0
* Add tests for request.accept.Ira Lun2017-08-291-0/+23
* Rewrite accept_property and add tests.Ira Lun2017-08-291-0/+176
* Add create_accept_header, docs and tests.Ira Lun2017-08-291-0/+21
* Add AcceptInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+399
* Add AcceptNoHeader class, docs and tests.Ira Lun2017-08-291-0/+396
* Add AcceptValidHeader class, docs and tests.Ira Lun2017-08-291-0/+722
* Rewrite Accept class, and add docs and tests.Ira Lun2017-08-291-0/+256
* Add request.accept_charset tests.Ira Lun2017-08-291-0/+26
* Add tests for request.accept_encoding.Ira Lun2017-08-291-0/+25
* Add accept_charset_property, docs and tests.Ira Lun2017-08-291-0/+116
* Add create_accept_charset_header, docs and tests.Ira Lun2017-08-291-0/+21
* Add AcceptCharsetInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+213
* Add AcceptCharsetNoHeader class, docs and tests.Ira Lun2017-08-291-0/+229
* Add AcceptCharsetValidHeader class, docs and tests.Ira Lun2017-08-291-0/+367
* Remove obsolete tests.Ira Lun2017-08-291-15/+0
* Rewrite AcceptCharset class, and add docs and tests.Ira Lun2017-08-291-0/+53
* Remove now-unused NoAccept class.Ira Lun2017-08-291-6/+0
* Add Accept-Encoding-related imports.Ira Lun2017-08-291-0/+5
* Add accept_encoding_property and tests.Ira Lun2017-08-291-0/+115
* Add create_accept_encoding_header, docs and tests.Ira Lun2017-08-291-0/+20
* Add AcceptEncodingInvalidHeader class, docs and tests.Ira Lun2017-08-291-0/+268