summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* prep for 1.41.4Chris McDonough2014-05-141-8/+1
* Remove __version__ entirelyBert JW Regeer2014-04-162-5/+1
* Change from_string to from_bytesBert JW Regeer2014-04-161-2/+2
* Test deprecation of functionalityBert JW Regeer2014-04-161-11/+10
* Remove test code no longer requiredBert JW Regeer2014-04-161-4/+0
* Bump the version that raises DeprecationWarningBert JW Regeer2014-04-161-0/+13
* Merge branch 'master' of github.com:jturmel/webob into jturmel-masterChris McDonough2014-02-221-0/+12
|\
| * Add test for JSON body request with arrayjturmel2014-02-151-0/+12
* | fix #136, allow high order chars in SignedSerializer secret/saltfix.136Michael Merickel2014-02-211-1/+1
* | reproduce issue with highorder characters from #136Michael Merickel2014-02-211-0/+37
|/
* add a test, only catch valueerror, fix changelogChris McDonough2013-12-131-3/+14
|\
| * Squash ValueError from SignedSerializer in CookieProfileBert JW Regeer2013-12-101-3/+7
* | fix test, add noteChris McDonough2013-12-131-5/+2
|/
* add test for wiggy's IRC conditionChris McDonough2013-12-101-0/+12
* - Older versions of Webob escaped the doublequote to ``\"`` and the backslashChris McDonough2013-12-091-5/+19
* - Cookies generated via webob.cookies quoted characters in cookie values thatChris McDonough2013-12-091-9/+19
* - Make tests pass on Python 3.Chris McDonough2013-12-051-1/+3
* Add tests for all the new stuffBert JW Regeer2013-12-021-0/+258
* - 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-292-10/+10
* Fix test breakage under Py3k.Tres Seaver2013-03-291-1/+1
* No docstrings in testcases.Tres Seaver2013-03-291-4/+3
* bring test coverage back to 100% for pull request 85 which fixes bug #84Tom Willis2013-03-231-0/+12
* Merge commit '07667668338f239856c94b637bd12ccf8ce01d83' into pullrequest_85Tom Willis2013-03-231-2/+0
|\
| * Added a fix and modified the unit tests to accomodate.Rishi Ramraj2012-11-221-2/+0
* | Merge branch 'master' of github.com:Batterii/webobTom Willis2013-03-1814-43/+229
|\ \
| * | Fixes PEP8 warningsZhongyue Luo2012-12-288-18/+3
| |/
| * coverageChris McDonough2012-11-081-0/+2
| * Ignore invalid mime wildcards in MIMEAcceptRyan Kelly2012-11-091-0/+2
| * Fix issue #75: depending on dict order in test_headers2Aaron DeVore2012-10-301-1/+1
| * multidict: use binascii for PY3K compatJohan Euphrosine2012-08-141-1/+27
| * multidict: handle Content-Transfer-EncodingJohan Euphrosine2012-08-141-0/+26
| * test_multidict: use utf8 encoded string instead unicode in assertsJohan Euphrosine2012-08-091-1/+2
| * Merge https://github.com/Pylons/webobJohan Euphrosine2012-08-094-28/+31
| |\
| | * py3 - make sure the MultiDict.from_fieldstorage actually decodes the values i...Sergey Schetinin2012-08-091-3/+2
| | * fix an environment-dependent test failure on windows (mimetypes detection usi...Sergey Schetinin2012-08-091-2/+6
| | * use assertEqual instead of assertEquals (deprecation warnings in py3)Sergey Schetinin2012-08-092-22/+22
| | * remove unicode literal from test (py3 compat)Sergey Schetinin2012-08-091-2/+2
| * | test_multidict: remove unused moduleJohan Euphrosine2012-08-091-1/+1
| * | 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-082-1/+26
| * fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1...Sergey Schetinin2012-07-291-0/+10
| * Make the "bytes=" unit case-insensitive in Range headerPete Zaitcev2012-07-111-0/+1
| * Add index page support to webob.static.DirectoryApp.Ian Bicking2012-07-031-1/+26
| * Merge pull request #56 from lmctv/feature.mixedcase-acceptSergey Schetinin2012-06-071-0/+29
| |\