summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Format using isort/black to satisfy linterBert JW Regeer2020-11-281-0/+1
* Drop object from class definitionBert JW Regeer2020-11-281-4/+4
* Remove __unicode__Bert JW Regeer2020-11-281-10/+5
* Remove native_ and move bytes_, text_ to webob.utilBert JW Regeer2020-11-281-2/+1
* Goodbye compat.PY2 linesBert JW Regeer2020-11-281-11/+3
* Fix many flake8 warnings/errorsBert JW Regeer2018-10-151-1/+1
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-141-49/+45
* Use pytest.parametrize instead of loopingcleanup/testingBert JW Regeer2017-05-221-37/+45
* Remove multidict tests from miscBert JW Regeer2017-05-221-68/+0
* 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
|\
| * drop UnicodeMultiDict; change TrackableMultiDict -> GetDictSergey Schetinin2011-09-201-8/+5
| * deprecate more stuffSergey Schetinin2011-09-181-2/+3
| * 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
* | 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 wh...Chris McDonough2011-09-151-9/+9
|/
* 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
* add warning when client code uses MultiDict.update() and seemingly expects .e...Sergey Schetinin2011-02-201-2/+24
* Add a lot of tests.Sergey Schetinin2011-02-201-0/+140