summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* supress warnings issued by -3Chris McDonough2011-03-202-23/+24
* test coverage in isolationChris McDonough2011-03-191-15/+101
* use idiomatic assertionsChris McDonough2011-03-191-33/+34
* add 100% test coverage in isolationChris McDonough2011-03-191-16/+82
* add 100% test coverage in isolationChris McDonough2011-03-191-11/+21
* add tests so module has 100% coverage in isolationChris McDonough2011-03-191-20/+60
* add more tests so module is covered in isolation from other testsChris McDonough2011-03-191-12/+41
* remove voodoo __getattr__ guard and remove fixmes from __setattr__ and __dela...Chris McDonough2011-03-181-21/+0
* dont import repoze.profile at module scope (remove a test dependency)Chris McDonough2011-03-171-2/+1
* test conditional responses for if-none-match, if-modified-since, and unsatisf...Kai Groner2011-03-171-0/+52
* Test case albeit contrived for AdhocAttrMixin __getattr__ guardCasey Duncan2011-03-171-0/+21
* Automated merge with ssh://bitbucket.org/chrism/webob-py3kReed O'Brien2011-03-171-12/+75
|\
| * more tests in cachecontorlReed O'Brien2011-03-171-0/+63
| * whitespace facismReed O'Brien2011-03-171-12/+12
* | Unbreak bad assertRaises which caused 4 errorsChris Shenton2011-03-171-1/+1
* | When run in isolation, nowhere near 100% :-(Chris Shenton2011-03-171-23/+57
* | test cgi.FieldStorage patchChris McDonough2011-03-171-0/+24
* | Fixed two tests for excPatricio Paez2011-03-171-3/+15
* | mergeChris McDonough2011-03-171-0/+7
|\ \
| * | add test for header locationChris McDonough2011-03-171-0/+7
| |/
* | Test inner app_iter_range method on app_iterCasey Duncan2011-03-171-0/+7
* | 100% for excPatricio Paez2011-03-171-0/+27
* | Test ResponseBodyWrite with unicodeCasey Duncan2011-03-171-0/+18
* | Added one exc testPatricio Paez2011-03-171-0/+12
|/
* 100% for acceptparseReed O'Brien2011-03-171-3/+33
* Unbreak test for datetime_utils, now 100%Chris Shenton2011-03-161-1/+1
* Added exc testsPatricio Paez2011-03-161-0/+26
* 100% coverage on datetime_utils.pyChris Shenton2011-03-161-0/+1
* Emacs doesn't like UTF-8 but loves utf-8Chris Shenton2011-03-163-3/+3
* 100% coverage (but test for __radd__ smells funny)Chris Shenton2011-03-161-0/+20
* placeholder for test of accept_propertyAlexandre Conrad2011-03-161-0/+4
* mergeAlexandre Conrad2011-03-162-5/+96
|\
| * Restore Python 2.4 compatibility, dammit.Tres Seaver2011-03-161-1/+6
| * 98% overage for webob.exc:Tres Seaver2011-03-161-4/+90
* | more tests for NilAccept.__add__Alexandre Conrad2011-03-161-0/+4
* | test NilAccept.__radd__ (can't figure out how to fully test, comment included...Alexandre Conrad2011-03-161-0/+8
|/
* Coverage for webob.datetime_utils.Tres Seaver2011-03-161-4/+27
* Test for serialization of a secure cookie.Tres Seaver2011-03-161-0/+5
* I <heart> Pointless MergesChris Shenton2011-03-162-10/+54
|\
| * fix test on pypyChris McDonough2011-03-161-9/+3
| * Added exc testsPatricio Paez2011-03-161-1/+51
* | Add some coverage for exc.pyChris Shenton2011-03-161-0/+10
|/
* mergeChris McDonough2011-03-161-2/+74
|\
| * tests.test_request: test Request.call_applicationKai Groner2011-03-161-0/+72
| * Remove as_string and from_string from list of things to unit testKai Groner2011-03-161-2/+2
* | make tests pass on pypy, set up coverage testing properlyChris McDonough2011-03-162-2/+2
|/
* make descriptor tests pass on jythonChris McDonough2011-03-161-2/+6
* dont break on python 2.4Chris McDonough2011-03-162-3/+6
* Move unit tests out of functional test suiteKai Groner2011-03-161-55/+52
* mergeAlexandre Conrad2011-03-164-55/+355
|\