summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_error_middleware.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_exceptions on Python 3Victor Stinner2015-04-221-3/+5
|
* Strip trailing spacesVictor Stinner2015-04-211-6/+6
|
* Fix #240, unicode exceptions cause collector to fail. Also make tests ↵ianb2008-03-261-3/+8
| | | | somewhat less fragile
* Fixed problem where the errorcatching middleware doesn't expose the close ↵ianb2006-10-031-2/+2
| | | | method of the app_iter that it is wrapping
* Fixed a bug in the registry test (not code), since str(registered_object) ↵ianb2006-08-231-1/+1
| | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-12/+18
| | | | with trunk
* Fixed case when the code could not be highlighted because it is too invalid; ↵ianb2005-11-051-6/+14
| | | | fixed tests that broke due to change of output
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-221-0/+88