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
*
supress warnings issued by -3
Chris McDonough
2011-03-20
2
-23
/
+24
*
test coverage in isolation
Chris McDonough
2011-03-19
1
-15
/
+101
*
use idiomatic assertions
Chris McDonough
2011-03-19
1
-33
/
+34
*
add 100% test coverage in isolation
Chris McDonough
2011-03-19
1
-16
/
+82
*
add 100% test coverage in isolation
Chris McDonough
2011-03-19
1
-11
/
+21
*
add tests so module has 100% coverage in isolation
Chris McDonough
2011-03-19
1
-20
/
+60
*
add more tests so module is covered in isolation from other tests
Chris McDonough
2011-03-19
1
-12
/
+41
*
remove voodoo __getattr__ guard and remove fixmes from __setattr__ and __dela...
Chris McDonough
2011-03-18
1
-21
/
+0
*
dont import repoze.profile at module scope (remove a test dependency)
Chris McDonough
2011-03-17
1
-2
/
+1
*
test conditional responses for if-none-match, if-modified-since, and unsatisf...
Kai Groner
2011-03-17
1
-0
/
+52
*
Test case albeit contrived for AdhocAttrMixin __getattr__ guard
Casey Duncan
2011-03-17
1
-0
/
+21
*
Automated merge with ssh://bitbucket.org/chrism/webob-py3k
Reed O'Brien
2011-03-17
1
-12
/
+75
|
\
|
*
more tests in cachecontorl
Reed O'Brien
2011-03-17
1
-0
/
+63
|
*
whitespace facism
Reed O'Brien
2011-03-17
1
-12
/
+12
*
|
Unbreak bad assertRaises which caused 4 errors
Chris Shenton
2011-03-17
1
-1
/
+1
*
|
When run in isolation, nowhere near 100% :-(
Chris Shenton
2011-03-17
1
-23
/
+57
*
|
test cgi.FieldStorage patch
Chris McDonough
2011-03-17
1
-0
/
+24
*
|
Fixed two tests for exc
Patricio Paez
2011-03-17
1
-3
/
+15
*
|
merge
Chris McDonough
2011-03-17
1
-0
/
+7
|
\
\
|
*
|
add test for header location
Chris McDonough
2011-03-17
1
-0
/
+7
|
|
/
*
|
Test inner app_iter_range method on app_iter
Casey Duncan
2011-03-17
1
-0
/
+7
*
|
100% for exc
Patricio Paez
2011-03-17
1
-0
/
+27
*
|
Test ResponseBodyWrite with unicode
Casey Duncan
2011-03-17
1
-0
/
+18
*
|
Added one exc test
Patricio Paez
2011-03-17
1
-0
/
+12
|
/
*
100% for acceptparse
Reed O'Brien
2011-03-17
1
-3
/
+33
*
Unbreak test for datetime_utils, now 100%
Chris Shenton
2011-03-16
1
-1
/
+1
*
Added exc tests
Patricio Paez
2011-03-16
1
-0
/
+26
*
100% coverage on datetime_utils.py
Chris Shenton
2011-03-16
1
-0
/
+1
*
Emacs doesn't like UTF-8 but loves utf-8
Chris Shenton
2011-03-16
3
-3
/
+3
*
100% coverage (but test for __radd__ smells funny)
Chris Shenton
2011-03-16
1
-0
/
+20
*
placeholder for test of accept_property
Alexandre Conrad
2011-03-16
1
-0
/
+4
*
merge
Alexandre Conrad
2011-03-16
2
-5
/
+96
|
\
|
*
Restore Python 2.4 compatibility, dammit.
Tres Seaver
2011-03-16
1
-1
/
+6
|
*
98% overage for webob.exc:
Tres Seaver
2011-03-16
1
-4
/
+90
*
|
more tests for NilAccept.__add__
Alexandre Conrad
2011-03-16
1
-0
/
+4
*
|
test NilAccept.__radd__ (can't figure out how to fully test, comment included...
Alexandre Conrad
2011-03-16
1
-0
/
+8
|
/
*
Coverage for webob.datetime_utils.
Tres Seaver
2011-03-16
1
-4
/
+27
*
Test for serialization of a secure cookie.
Tres Seaver
2011-03-16
1
-0
/
+5
*
I <heart> Pointless Merges
Chris Shenton
2011-03-16
2
-10
/
+54
|
\
|
*
fix test on pypy
Chris McDonough
2011-03-16
1
-9
/
+3
|
*
Added exc tests
Patricio Paez
2011-03-16
1
-1
/
+51
*
|
Add some coverage for exc.py
Chris Shenton
2011-03-16
1
-0
/
+10
|
/
*
merge
Chris McDonough
2011-03-16
1
-2
/
+74
|
\
|
*
tests.test_request: test Request.call_application
Kai Groner
2011-03-16
1
-0
/
+72
|
*
Remove as_string and from_string from list of things to unit test
Kai Groner
2011-03-16
1
-2
/
+2
*
|
make tests pass on pypy, set up coverage testing properly
Chris McDonough
2011-03-16
2
-2
/
+2
|
/
*
make descriptor tests pass on jython
Chris McDonough
2011-03-16
1
-2
/
+6
*
dont break on python 2.4
Chris McDonough
2011-03-16
2
-3
/
+6
*
Move unit tests out of functional test suite
Kai Groner
2011-03-16
1
-55
/
+52
*
merge
Alexandre Conrad
2011-03-16
4
-55
/
+355
|
\
[next]