summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Expand)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
|\
| * 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