summaryrefslogtreecommitdiff
path: root/tests/performance_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Run pyupgrade --py37-plus across codebaseBert JW Regeer2022-05-241-1/+1
|
* Format using isort/black to satisfy linterBert JW Regeer2020-11-281-2/+2
|
* Goodbye compat.PY2 linesBert JW Regeer2020-11-281-5/+1
|
* Fix many flake8 warnings/errorsBert JW Regeer2018-10-151-1/+5
|
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-141-16/+24
| | | | | | | All future commits will be required to format their code using Python black. This also hooks up linting and all that fun stuff to enforce it.
* remove print_ from compatSergey Schetinin2011-09-251-8/+7
|
* use direct imports, kill dead importsChris McDonough2011-09-201-2/+2
|
* work on items/keys/values, better conversions, syntax errorsChris McDonough2011-09-151-6/+6
|
* work towards creating and using 'compat' module and removing syntax errors ↵Chris McDonough2011-09-151-1/+2
| | | | when code is run under py3k; all tests pass under py2, but most tests still fail under py3k
* This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵Sergey Schetinin2011-03-221-2/+1
| | | | | | | | | sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed!
* include more instructionsIan Bicking2009-01-221-0/+3
|
* make the invocation a bit more flexibleIan Bicking2009-01-221-2/+7
|
* add a performance test that uses repoze.profileIan Bicking2009-01-221-0/+43