summaryrefslogtreecommitdiff
path: root/testtools/runtest.py
Commit message (Expand)AuthorAgeFilesLines
* More RunTest related interfacesJonathan Lange2015-12-101-1/+6
* Overhaul exception reporting.Robert Collins2015-03-101-0/+2
* Fix handling of uncatchable exceptions.Robert Collins2014-09-021-8/+15
* Fix issue where using the skip* family of decorators still ran the setUp and ...Thomi Richards2014-09-011-0/+8
* Add 'force_failure' feature to testtools.TestCase.Thomi Richards2013-11-281-0/+7
* Hide many testtools frames on the stack.Jonathan Lange2011-07-191-0/+5
* Clean up errors.Jonathan Lange2011-03-221-2/+2
* Get it right.Jonathan Lange2011-01-221-1/+1
* Fix some epytext failures.Jonathan Lange2011-01-131-5/+5
* Docstring tweaksJonathan Lange2010-11-281-23/+31
* Make cleanup running use run_user and make the run_user error handlerJonathan Lange2010-11-281-24/+14
* Pass through kwargs.Jonathan Lange2010-11-281-2/+2
* Move responsibility for running cleanups to RunTest.Jonathan Lange2010-11-271-3/+40
* Mark unhandled errors in deferreds differently to regular errors.Jonathan Lange2010-10-181-3/+8
* Merge in recent changes from trunk.Jonathan Lange2010-10-151-2/+5
|\
| * Avoid exc_info cycles in several places and comment on trickier onesMartin2010-08-161-2/+5
* | Raise errors when the reactor is unclean.Jonathan Lange2010-10-101-8/+11
* | Remove needless metaclass declaration.Jonathan Lange2010-09-251-1/+0
|/
* Catch string exceptions raised by tests on old versions which may raise themMartin2010-07-291-3/+1
* - All old-style classes are now new-style classes.Jamu Kakar2010-07-291-1/+1
* When a cleanUp or tearDown exception occurs, it is now accumulated as a newRobert Collins2010-05-141-5/+20
* Lots of little coding cleanupsJonathan Lange2009-12-311-0/+1
* Remove trailing whitespace.Jonathan Lange2009-12-311-2/+2
* Add TestCase.addOnException.Robert Collins2009-12-131-1/+3
* Review feedback.Robert Collins2009-12-071-4/+11
* 3.1 compatible run_test.py.Robert Collins2009-12-061-1/+4
* Docs, and make exception handlers modifiable.Robert Collins2009-11-231-1/+1
* More fully factored runtest.Robert Collins2009-11-221-7/+35
* Teach _run_core to indicate if an exception was caught and processed.Robert Collins2009-11-221-3/+6
* Consistent interface for handling exceptions in RunTest.Robert Collins2009-11-221-1/+3
* RunTest.handlers fully implemented.Robert Collins2009-11-221-3/+14
* Ensure KeyboardInterrupt isn't masked.Robert Collins2009-11-221-1/+1
* Permit passed in handlers to RunTest.Robert Collins2009-11-221-1/+4
* Create a specific method to run the user code in a test.Robert Collins2009-11-131-1/+7
* Move startTest/stopTest to RunTest.Robert Collins2009-11-131-1/+6
* Better name for RunTest._run_decorated_result.Robert Collins2009-11-131-2/+2
* Move result decoration to RunTest.Robert Collins2009-11-121-3/+15
* Move dynamic creation of test cases to RunTest.Robert Collins2009-11-121-0/+17
* Start moving TestCase.run() logic to testtools.RunTest.Robert Collins2009-11-121-0/+42