summaryrefslogtreecommitdiff
path: root/pecan/tests/test_hooks.py
Commit message (Expand)AuthorAgeFilesLines
* Fix an infinite recursion error in PecanHook application.Ryan Petrello2014-08-151-0/+40
* Provide `pecan.state.arguments` for inspecting controller call argumentsRyan Petrello2014-07-281-3/+366
* Added inheritance for hooks from parent classesTihomir Trifonov2014-06-171-0/+72
* Merge pull request #226 from ryanpetrello/nextmarkmcclain2013-08-081-20/+9
|\
| * Make some notable changes to how ``pecan.conf.app`` is passed to a new app.Ryan Petrello2013-08-081-20/+9
* | Allow on_error hooks to return a Response.Kiall Mac Innes2013-07-201-0/+30
|/
* Cleanup and add a ton of bytes() compatability for tests.Ryan Petrello2013-04-301-24/+25
* Update cStringIO imports.Ryan Petrello2013-04-301-3/+1
* Update exception block syntax.Ryan Petrello2013-04-301-1/+1
* Improve performance for general pecan request handling.Ryan Petrello2013-04-241-24/+4
* Resolve a bug in TransactionHook.Ryan Petrello2013-04-171-0/+43
* Improve runtime configuration cleanup for tests.Ryan Petrello2013-03-131-5/+7
* Resolve a few pep8 issuesRyan Petrello2013-01-181-3/+3
* pep8 complianceRyan Petrello2012-10-291-3/+6
* Fixing a few bugs in the debug middleware and legacy iPython support.Ryan Petrello2012-03-211-1/+1
* Removing formencode and the built-in validation functionality.Ryan Petrello2012-03-121-120/+0
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-321/+335
* Improving test discovery and coverage options.Ryan Petrello2012-03-071-3/+4
* A handful of improvements:Ryan Petrello2012-03-021-0/+1282