summaryrefslogtreecommitdiff
path: root/tests/test_exceptions/test_formatter.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-2/+0
| | | | | * Remove unused imports * Remove unused variables
* Fix test_exceptions on Python 3Victor Stinner2015-04-221-1/+0
|
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-5/+5
| | | | Use also "from __future__ import print_function".
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even ↵maluke2008-05-281-3/+3
| | | | work)
* Fix a couple tests that had some fragilityianb2008-03-251-1/+1
|
* Fixed problem with exception formatter word wrapping routineianb2006-08-211-0/+10
|
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync ↵ianb2005-12-131-5/+1
| | | | with trunk
* Fixed case when the code could not be highlighted because it is too invalid; ↵ianb2005-11-051-2/+12
| | | | fixed tests that broke due to change of output
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-221-0/+170