summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update test to just check the environment variablebugfix/modify_postBert JW Regeer2015-04-121-5/+1
* Request.POST should not replace Request.body_fileBert JW Regeer2015-04-121-2/+2
* Add failing test for request.POST modified bodyBert JW Regeer2015-04-111-0/+15
* Merge pull request #184 from jd/jd/read-body-on-patchBert JW Regeer2015-04-101-0/+17
|\
| * request: read body from file if the method is PATCHJulien Danjou2014-12-261-0/+17
* | Merge remote-tracking branch 'origin/pr/188'Bert JW Regeer2015-04-033-28/+120
|\ \
| * | Add setup/teardown module functionsBert JW Regeer2015-03-223-6/+39
| * | Use RuntimeWarning instead of DeprecationWarningBert JW Regeer2015-03-221-1/+1
| * | Update test to use eq_ instead of assertBert JW Regeer2015-03-221-3/+3
| * | Until such a time that we can deprecate this, warnBert JW Regeer2015-03-222-0/+36
| * | Add new test for CookieProfileBert JW Regeer2015-03-221-0/+8
| * | Remove useless testBert JW Regeer2015-03-221-5/+0
| * | Verify decode of old cookies, and failure of encoding same cookiesBert JW Regeer2015-03-221-9/+16
| * | Update test strings to match what is now returnedBert JW Regeer2015-03-221-2/+2
| * | Remove utf-8 strings from testingBert JW Regeer2015-03-221-4/+4
| * | Import assert_raisesBert JW Regeer2015-03-221-1/+1
| * | Verify unicode values raise an exceptionBert JW Regeer2015-03-221-6/+5
| * | Change test_cookies() to not include unicodeBert JW Regeer2015-03-221-3/+3
| * | Documentation states expires can be timedeltaBert JW Regeer2015-03-221-0/+14
| |/
* | Merge remote-tracking branch 'origin/pr/150'Bert JW Regeer2015-04-031-0/+6
|\ \
| * | Native `str` strings from Response.from_filePhilippe Gauthier2014-05-281-0/+6
| |/
* | Fix optional and bad whitespace parsing in auth-paramlieryan2014-09-221-0/+4
|/
* 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