summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Copy strings_differ from PyramidBert JW Regeer2015-04-131-0/+44
| | | | Includes the tests and all that fun stuff...
* prep for 1.41.4Chris McDonough2014-05-141-8/+1
|
* Remove __version__ entirelyBert JW Regeer2014-04-161-1/+1
|
* Bump the version that raises DeprecationWarningBert JW Regeer2014-04-161-0/+13
| | | | | | Since anything that is listed as 1.2 should technically be removed in 1.3 (and it raises anyway), bump the version that raises to 1.3, and add todo's to remove them in 1.4.
* mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-21/+5
| | | | | | * warn_deprecation raises exceptions for 1.2 deprecations (first_match, weak_match, resp.body_file = 'x') * Request.str_* and Response.environ/request raise deprecation exceptions when touched * change deprecated_property implementation
* use direct imports, kill dead importsChris McDonough2011-09-201-1/+1
|
* do the least amount of work possible to get rid of str_-prefixed methods; ↵Chris McDonough2011-09-151-18/+1
| | | | always decode keys and values in POST, GET, and params
* attempt to silence deprecation warnings during testingSergey Schetinin2011-08-181-1/+19
|
* more testsSergey Schetinin2011-08-181-1/+10
|
* fix test (missing import)Sergey Schetinin2011-08-181-0/+1
|
* bring back to 100% test coverageSergey Schetinin2011-08-181-4/+10
|
* add test for warn_deprecationChris McDonough2011-07-081-0/+43