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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn if "expires" is set in the past
Bert JW Regeer
2016-11-17
1
-0
/
+24
*
Add test for datetime with TZ
Bert JW Regeer
2016-11-17
1
-0
/
+30
*
Change test name to something more appropriate
Bert JW Regeer
2016-11-17
1
-1
/
+1
*
Remove test for key in set_cookie
Bert JW Regeer
2016-11-17
1
-18
/
+0
*
Update test with all newly un-pct-encoded chars
Bert JW Regeer
2016-11-16
1
-1
/
+1
*
Add test to verify paths are percent encoded
Bert JW Regeer
2016-11-16
1
-0
/
+6
*
Location header requires a HTTP status code that supports it
perf/response
Bert JW Regeer
2016-10-02
1
-0
/
+1
*
Add tests to verify current behaviour for charset
Bert JW Regeer
2016-10-02
1
-0
/
+24
*
Update tests for making location absolute
Bert JW Regeer
2016-10-02
1
-14
/
+29
*
Add test for resp.content_type = 'someval'
Bert JW Regeer
2016-09-30
1
-0
/
+5
*
Add new tests for Response.__init__
Bert JW Regeer
2016-09-30
1
-0
/
+40
*
Fix tests
Bert JW Regeer
2016-09-30
1
-2
/
+2
*
Cleanup tests for Response.__init__
Bert JW Regeer
2016-09-30
1
-16
/
+3
*
Update tests for default_body_encoding
feature/default_body_encoding
Bert JW Regeer
2016-09-30
1
-2
/
+14
*
Fix some test helpers
Bert JW Regeer
2016-09-29
1
-2
/
+10
*
Without Content-Length, we don't read body
Bert JW Regeer
2016-09-29
1
-2
/
+8
*
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 an extra test
Bert JW Regeer
2016-07-30
1
-0
/
+7
*
Merge branch 'master' into pr/117
Bert JW Regeer
2016-07-30
21
-1928
/
+2901
|
\
|
*
Remove unused import
Bert JW Regeer
2016-07-30
1
-1
/
+0
|
*
Merge branch 'master' into pr/228
Bert JW Regeer
2016-07-30
3
-10
/
+142
|
|
\
|
|
*
Add new tests
Bert JW Regeer
2016-07-29
1
-0
/
+33
|
|
*
Fixup tests
Bert JW Regeer
2016-07-16
1
-2
/
+10
|
|
*
On HTTP status codes without body, don't set content type
Bert JW Regeer
2016-07-16
1
-0
/
+3
|
|
*
Add space in content_type
Bert JW Regeer
2016-07-16
1
-1
/
+1
|
|
*
Verify that content_type doesn't modify parameters if passed
Bert JW Regeer
2016-07-16
1
-0
/
+2
|
|
*
Flip assert around
Bert JW Regeer
2016-07-16
1
-2
/
+2
|
|
*
Allow charset on all content_types
Bert JW Regeer
2016-07-16
1
-10
/
+0
|
|
*
response: improve charset defaults
Riley Patterson
2016-07-16
3
-5
/
+18
|
|
*
Adds Reponse.has_body.
Martin Thurau
2016-06-29
1
-0
/
+31
|
|
*
Merge branch 'master' into bugfix/exc_json_response
Bert JW Regeer
2016-06-02
18
-1950
/
+1907
|
|
|
\
|
|
|
*
Add failing test for #250
Bert JW Regeer
2016-05-19
1
-0
/
+7
|
|
*
|
Make sure WSGIHTTPException does the right thing with accept headers
Bert JW Regeer
2016-04-14
1
-2
/
+47
|
*
|
|
Merge branch 'master' of github.com:Pylons/webob
Yidong Ren
2016-04-19
18
-1951
/
+1901
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
test_datetime_utils.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-45
/
+43
|
|
*
|
Python 2.7 really needs the coding header
Bert JW Regeer
2016-04-15
1
-0
/
+2
|
|
*
|
test_exc.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-69
/
+64
|
|
*
|
tests_headers.py converted to assert from nose
Bert JW Regeer
2016-04-15
1
-32
/
+34
|
|
*
|
test_misc.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-37
/
+36
|
|
*
|
test_descriptors.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-137
/
+144
|
|
*
|
test_etag_nose.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-15
/
+17
|
|
*
|
test_etag.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-51
/
+47
|
|
*
|
test_client_functional.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-3
/
+5
|
|
*
|
test_in_wsgiref.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-8
/
+11
|
|
*
|
test_request.py convert to assert from nose/unittest
Bert JW Regeer
2016-04-15
1
-921
/
+886
|
|
*
|
test_request_nose.py convert to assert from nose
Bert JW Regeer
2016-04-15
1
-24
/
+25
[next]