summaryrefslogtreecommitdiff
path: root/src/zope/exceptions/tests
Commit message (Expand)AuthorAgeFilesLines
* Moved imports from test to top of file.Maurits van Rees2022-11-091-11/+8
* Test that Python 3.11 co_positions works in our DummyFrame.Maurits van Rees2022-11-081-3/+8
* Catch exceptions in formatExceptionOnly.Maurits van Rees2022-11-081-0/+41
* Fix tests on Python 3.11.Maurits van Rees2022-11-081-0/+9
* tox -e isort-applyMaurits van Rees2022-11-081-3/+4
* More adaption to Python 3.10 syntax error messageBen Greiner2022-02-111-2/+1
* Make linter happy.Michael Howitz2021-06-011-1/+2
* Adapt to python 3.10 SyntaxError messages (#19)Arthur Zamarin2021-06-011-1/+1
* Add preliminary support for Python 3.9 (#16)Michael Howitz2020-07-161-1/+8
* Add tox -e flake8, fix flake8 errorsMarius Gedminas2020-04-102-24/+36
* Fix non-ASCII supplement info under Python 2 and drop Py3.3.issue1Jason Madden2017-09-112-87/+133
* 100% coverage through standardizing the no cover pragma directives and adding...Jason Madden2017-04-242-4/+4
* Make exceptionformatter.extract_stack signature comply with traceback.extract...Adam Groszer2015-08-211-0/+8
* fix tests according to lastest changesAdam Groszer2015-08-121-31/+97
* - Make sure that ``setup.py`` finds all tests. Now tox runs them all as well.Stephan Richter2013-02-281-4/+5
* Fix test failure under Python 2.6.Marius Gedminas2012-12-191-4/+4
* Fix HTML-escaping bug in format_exception(as_html=True).Marius Gedminas2012-12-101-7/+27
* Removed use of '2to3' and associated fixers when installing under Py3k.Tres Seaver2012-04-061-6/+9
* 100% unit test coverage.Tres Seaver2012-04-061-0/+60
* Complete coverage for z.e.exceptionformatter.print_exception.Tres Seaver2012-04-061-0/+37
* Complete coverage for z.e.exceptionformatter.HTMLExceptionFormatter.Tres Seaver2012-04-061-0/+48
* <p> tags cannot contain <ul> tags.Tres Seaver2012-04-061-1/+1
* Begin coverage for HTMLExceptionFormatter.Tres Seaver2012-04-061-0/+37
* Complete coverage for z.e.exceptionformatter.TextExceptionFormatter.Tres Seaver2012-04-061-0/+123
* Cleanup.Tres Seaver2012-04-061-3/+1
* Coverage.Tres Seaver2012-04-061-4/+113
* Coverage.Tres Seaver2012-04-061-3/+165
* Clean up existing unit tests.Tres Seaver2012-04-061-151/+187
* Added TextExceptionFormatter.extractStack and extract_stackAdam Groszer2012-03-281-2/+63
* Fix deprecated unittest functions: assert_ and assertEquals.Brian Sutherland2011-07-201-19/+19
* Fallback to traceback.format_tb when the formatter is called recursively.Brian Sutherland2011-07-201-0/+23
* Fixed tests to work under Python 2.7. In 2.7 "exec" works like the normal Pyt...Hanno Schlichting2010-07-061-9/+2
* PEP8 cleanup and removed obsolete build infrastructure files.Hanno Schlichting2010-07-062-11/+9
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* zope.testing.CleanUp was used as a base for the test class, but no cleanup wa...Lennart Regebro2010-05-021-2/+1
* Conform to repository policy.Tres Seaver2010-04-061-1/+1
* Revert changed for the 3.5.0 branch, because they made the logs harder to read.Aaron Lehmann2008-04-281-57/+7
* Add capability for line-by-line formatting of exceptions.Aaron Lehmann2008-01-221-7/+57
* Moving code to satellite.Christian Theune2007-05-032-0/+170