summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* test_misc.py convert to assert from noseBert JW Regeer2016-04-151-37/+36
|
* Fixes PEP8 warningsZhongyue Luo2012-12-281-2/+0
|
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/test_descriptors.py tests/test_etag.py tests/test_misc.py tests/test_multidict.py tests/test_request.py tests/test_request_nose.py tox.ini webob/cookies.py webob/dec.py webob/descriptors.py webob/etag.py webob/exc.py webob/multidict.py webob/request.py webob/response.py
| * drop UnicodeMultiDict; change TrackableMultiDict -> GetDictSergey Schetinin2011-09-201-8/+5
| | | | | | | | | | | | * decode cgi.FieldStorage in MultiDict.from_fieldstorage * add encoding and errors params to FakeCGIBody * same for _encode_multipart
| * deprecate more stuffSergey Schetinin2011-09-181-2/+3
| | | | | | | | | | | | | | | | | | * WARNING! doctests are broken * finalize deprecation of Request.str_* * finalize deprecation of first_match and weak_match * raise error when decode_param_names is used in any way * raise error when accessing HTTPException.exception * hardcode key decoding in UnicodeMultiDict
| * StringIO -> BytesIOSergey Schetinin2011-09-181-1/+0
| |
* | use undeprecated escapeChris McDonough2011-09-241-2/+9
| |
* | fix failing html_escape testChris McDonough2011-09-201-2/+1
| |
* | unbreak on py2Chris McDonough2011-09-201-3/+3
| |
* | UnicodeMultiDict no longer usedChris McDonough2011-09-201-14/+0
| |
* | b -> bytes_Chris McDonough2011-09-201-9/+10
| | | | | | | | | | | | u -> text_ Use b'' literals instead of calls to b()
* | get all tests to runChris McDonough2011-09-161-3/+3
| |
* | work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-4/+4
| |
* | work towards creating and using 'compat' module and removing syntax errors ↵Chris McDonough2011-09-151-9/+9
|/ | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k
* attempt to silence deprecation warnings during testingSergey Schetinin2011-08-181-20/+0
|
* work around cgi parsing sys.argv when running nosetests w/ cmdline args (for ↵Sergey Schetinin2011-04-301-1/+2
| | | | ex. `nosetests --verbosity=2`, see https://bitbucket.org/ianb/webob/issue/11 )
* add warning when client code uses MultiDict.update() and seemingly expects ↵Sergey Schetinin2011-02-201-2/+24
| | | | .extend() semantics
* Add a lot of tests.Sergey Schetinin2011-02-201-0/+140
This is an aggregate patch of the work done by Mariano Mara and Danny Navarro. For more detailed changelog see https://bitbucket.org/marplatense/webobtestcoverage