summaryrefslogtreecommitdiff
path: root/tests/test_exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-222-3/+0
| | | | | * Remove unused imports * Remove unused variables
* Fix test_exceptions on Python 3Victor Stinner2015-04-223-14/+15
|
* Strip trailing spacesVictor Stinner2015-04-211-6/+6
|
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-183-8/+8
| | | | Use also "from __future__ import print_function".
* The reporter test never created the necessary output directory.Christoph Zwerschke2010-08-191-5/+9
|
* Paste: fix Ticket #299maluke2009-07-011-1/+1
|
* convert to nose 0.11pjenvey2009-05-071-3/+3
|
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even ↵maluke2008-05-281-3/+3
| | | | work)
* Fix #240, unicode exceptions cause collector to fail. Also make tests ↵ianb2008-03-261-3/+8
| | | | somewhat less fragile
* Fix a couple tests that had some fragilityianb2008-03-252-2/+2
|
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no ↵ianb2007-09-211-27/+0
| | | | longer raise httpexceptions in your app_iter
* 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
* Fixing a bug when unicode is used in exceptions, thecce2006-09-111-0/+15
| | | | | *_headers functions can be called directly w/o the module name prefix.
* Fixed a bug in the registry test (not code), since str(registered_object) ↵ianb2006-08-232-2/+2
| | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5
* Fixed problem with exception formatter word wrapping routineianb2006-08-211-0/+10
|
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-4/+4
| | | | | | | | | - made error messages us \r\n rather than just \n in httpexceptions to comply with various browsers - added tests to check FileApp - added support for handling 100 Continue in httpserver - fixingup dumpenviron in wsgilib to dump message body - misc changes to fileapp (mostly documentation)
* Moved all the internal uses of wsgilib to their correct forms nowianb2005-12-181-1/+2
|
* not just direct iterators break this, but middleware that convert the result ↵cce2005-12-151-0/+9
| | | | into an iteration
* committing an example that worked before the recent change to httpexceptionscce2005-12-151-1/+19
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-133-17/+101
| | | | with trunk
* Fixed case when the code could not be highlighted because it is too invalid; ↵ianb2005-11-052-8/+26
| | | | fixed tests that broke due to change of output
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-224-0/+305