summaryrefslogtreecommitdiff
path: root/tests/test_request.py
Commit message (Expand)AuthorAgeFilesLines
* Update test to just check the environment variablebugfix/modify_postBert JW Regeer2015-04-121-5/+1
* Request.POST should not replace Request.body_fileBert JW Regeer2015-04-121-2/+2
* Add failing test for request.POST modified bodyBert JW Regeer2015-04-111-0/+15
* request: read body from file if the method is PATCHJulien Danjou2014-12-261-0/+17
* Change from_string to from_bytesBert JW Regeer2014-04-161-2/+2
* Test deprecation of functionalityBert JW Regeer2014-04-161-11/+10
* Add test for JSON body request with arrayjturmel2014-02-151-0/+12
* add test for wiggy's IRC conditionChris McDonough2013-12-101-0/+12
* - Added a read-only ``domain`` property to ``BaseRequest``. This propertyChris McDonough2013-11-271-0/+10
* Fix test for patch requestLuke Cyca2013-08-091-7/+1
* Tests for PATCH requestLuke Cyca2013-08-091-0/+28
* Wrap 80+ column lines.Tres Seaver2013-03-291-15/+27
* Appease Py3k nanny: s/assert_/assertTrue/Tres Seaver2013-03-291-2/+2
* Merge branch 'master' of github.com:Batterii/webobTom Willis2013-03-181-5/+55
|\
| * Fix issue #75: depending on dict order in test_headers2Aaron DeVore2012-10-301-1/+1
| * Merge https://github.com/Pylons/webobJohan Euphrosine2012-08-091-2/+6
| |\
| | * fix an environment-dependent test failure on windows (mimetypes detection usi...Sergey Schetinin2012-08-091-2/+6
| * | test_request: use utf8 encoded string instead unicode in assertsJohan Euphrosine2012-08-091-1/+2
| * | test_request: use text_ for unicode strings literalJohan Euphrosine2012-08-091-2/+1
| * | fix issue #64 - test_request: add test for multipart request with non default...Johan Euphrosine2012-08-091-0/+46
| |/
| * fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.Johan Euphrosine2012-08-081-1/+1
| * fix tests on py3Sergey Schetinin2012-05-291-2/+2
* | in the rare case when order matters for clients you need to use a MultiDict a...Tom Willis2013-03-181-7/+20
|/
* unit test for proovageTom Willis2012-05-281-0/+7
* test another case in req.text that was uncoveredChris McDonough2012-05-081-0/+8
* test a case in request.text that was uncoveredChris McDonough2012-05-081-0/+8
* Fix test for Python 2Ian Bicking2012-04-141-1/+1
* Add some tests for Request.text, and .jsonIan Bicking2012-04-141-0/+31
* Aliased json to json_body. Make json_body a settable value. Added json_body...Ian Bicking2012-04-101-7/+8
* get rid of test_requests package, put tests back in test_request.pyChris McDonough2012-01-281-0/+3444
* test textrequest and bytesrequest independentlyChris McDonough2012-01-281-2916/+0
* fix EnvironHeaders class to do encoding and decoding properlyChris McDonough2012-01-261-13/+56
* make bytesrequest work on python 3Chris McDonough2012-01-261-2/+76
* First cut at distinct TextRequest/BytesRequest implementations as aChris McDonough2012-01-251-351/+478
* * Added ``request.client_addr`` API (returns IP address implied byChris McDonough2011-10-281-0/+32
* * Added ``request.host_port`` API (returns port number implied by HTTP_HOST,Chris McDonough2011-10-281-0/+49
* be less aggressive about feature removal for benefit of pylons 1.XChris McDonough2011-10-131-0/+10
* * Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bugChris McDonough2011-10-101-2/+13
* Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-081-0/+5
|\
| * improve deprecation warningsChris McDonough2011-10-081-0/+5
* | Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-071-1/+12
|\ \ | |/
| * * Undeprecated ``uscript_name`` and ``upath_info``.Chris McDonough2011-10-061-1/+12
* | * Mutating the ``request.cookies`` property now retains the mutated valueChris McDonough2011-10-061-2/+3
|/
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-291-0/+5
* remove Accept.best_matches(), add Accept.__iter__()Sergey Schetinin2011-09-261-12/+7
* refactor Range to only handle a single rangeSergey Schetinin2011-09-261-2/+2
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-112/+31
|\
| * improve req.charset handlingSergey Schetinin2011-09-221-5/+0
| * enable weak matching for if-none-matchSergey Schetinin2011-09-211-0/+6
| * much stricter parsing for if-none-match, if-range and if-match headersSergey Schetinin2011-09-211-2/+3