index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_request.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests
Bert JW Regeer
2016-09-30
1
-2
/
+2
*
UnseekableInput now allows reads larger than length
Bert JW Regeer
2016-09-29
1
-1
/
+2
*
Use UnseekableInput to test for no seek
Bert JW Regeer
2016-09-29
1
-0
/
+4
*
Don't use DummyIO, use BytesIO
Bert JW Regeer
2016-09-29
1
-10
/
+14
*
Set CONTENT_LENGTH in environ for tests
Bert JW Regeer
2016-09-29
1
-7
/
+6
*
Req.body_file no longer accepts bytes
Bert JW Regeer
2016-09-29
1
-1
/
+1
*
Add new tests
Bert JW Regeer
2016-07-29
1
-0
/
+33
*
response: improve charset defaults
Riley Patterson
2016-07-16
1
-5
/
+5
*
Python 2.7 really needs the coding header
Bert JW Regeer
2016-04-15
1
-0
/
+2
*
test_request.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-921
/
+886
*
Remove tests for old deprecated features
Bert JW Regeer
2016-01-28
1
-10
/
+0
*
Merge pr '183' of jonatasoliveira into bugfix/decode_consumed_stream
Bert JW Regeer
2016-01-28
1
-0
/
+16
|
\
|
*
Using the correct body to be consumed again by decode().
Jonatas Oliveira
2014-12-23
1
-0
/
+16
*
|
Merge pr '#185' of ltvolks into feature/wildcardMIMEAccept
Bert JW Regeer
2016-01-28
1
-1
/
+0
|
\
\
|
*
|
Allow wildcards to be used when comparing a MIMEAccept against an offer
Lucas Taylor
2015-03-23
1
-1
/
+0
|
|
/
*
|
Merge pull request #215
Bert JW Regeer
2015-09-06
1
-0
/
+13
|
\
\
|
*
|
Handle PATCH missing content type in req.POST.
Laurence Rowe
2015-09-02
1
-0
/
+13
|
|
/
*
|
Add missing test for FakeCGIBody.readable()
Bert JW Regeer
2015-04-13
1
-0
/
+5
*
|
Update test to just check the environment variable
bugfix/modify_post
Bert JW Regeer
2015-04-12
1
-5
/
+1
*
|
Request.POST should not replace Request.body_file
Bert JW Regeer
2015-04-12
1
-2
/
+2
*
|
Add failing test for request.POST modified body
Bert JW Regeer
2015-04-11
1
-0
/
+15
*
|
request: read body from file if the method is PATCH
Julien Danjou
2014-12-26
1
-0
/
+17
|
/
*
Change from_string to from_bytes
Bert JW Regeer
2014-04-16
1
-2
/
+2
*
Test deprecation of functionality
Bert JW Regeer
2014-04-16
1
-11
/
+10
*
Add test for JSON body request with array
jturmel
2014-02-15
1
-0
/
+12
*
add test for wiggy's IRC condition
Chris McDonough
2013-12-10
1
-0
/
+12
*
- Added a read-only ``domain`` property to ``BaseRequest``. This property
Chris McDonough
2013-11-27
1
-0
/
+10
*
Fix test for patch request
Luke Cyca
2013-08-09
1
-7
/
+1
*
Tests for PATCH request
Luke Cyca
2013-08-09
1
-0
/
+28
*
Wrap 80+ column lines.
Tres Seaver
2013-03-29
1
-15
/
+27
*
Appease Py3k nanny: s/assert_/assertTrue/
Tres Seaver
2013-03-29
1
-2
/
+2
*
Merge branch 'master' of github.com:Batterii/webob
Tom Willis
2013-03-18
1
-5
/
+55
|
\
|
*
Fix issue #75: depending on dict order in test_headers2
Aaron DeVore
2012-10-30
1
-1
/
+1
|
*
Merge https://github.com/Pylons/webob
Johan Euphrosine
2012-08-09
1
-2
/
+6
|
|
\
|
|
*
fix an environment-dependent test failure on windows (mimetypes detection usi...
Sergey Schetinin
2012-08-09
1
-2
/
+6
|
*
|
test_request: use utf8 encoded string instead unicode in asserts
Johan Euphrosine
2012-08-09
1
-1
/
+2
|
*
|
test_request: use text_ for unicode strings literal
Johan Euphrosine
2012-08-09
1
-2
/
+1
|
*
|
fix issue #64 - test_request: add test for multipart request with non default...
Johan Euphrosine
2012-08-09
1
-0
/
+46
|
|
/
|
*
fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.
Johan Euphrosine
2012-08-08
1
-1
/
+1
|
*
fix tests on py3
Sergey Schetinin
2012-05-29
1
-2
/
+2
*
|
in the rare case when order matters for clients you need to use a MultiDict a...
Tom Willis
2013-03-18
1
-7
/
+20
|
/
*
unit test for proovage
Tom Willis
2012-05-28
1
-0
/
+7
*
test another case in req.text that was uncovered
Chris McDonough
2012-05-08
1
-0
/
+8
*
test a case in request.text that was uncovered
Chris McDonough
2012-05-08
1
-0
/
+8
*
Fix test for Python 2
Ian Bicking
2012-04-14
1
-1
/
+1
*
Add some tests for Request.text, and .json
Ian Bicking
2012-04-14
1
-0
/
+31
*
Aliased json to json_body. Make json_body a settable value. Added json_body...
Ian Bicking
2012-04-10
1
-7
/
+8
*
get rid of test_requests package, put tests back in test_request.py
Chris McDonough
2012-01-28
1
-0
/
+3444
*
test textrequest and bytesrequest independently
Chris McDonough
2012-01-28
1
-2916
/
+0
*
fix EnvironHeaders class to do encoding and decoding properly
Chris McDonough
2012-01-26
1
-13
/
+56
[next]