summaryrefslogtreecommitdiff
path: root/testtools/tests/test_runtest.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-2/+2
* Test _run_teardown, rather than tearDownJonathan Lange2015-11-171-2/+2
* Don't use private APIsJonathan Lange2015-11-161-2/+6
* Fix handling of uncatchable exceptions.Robert Collins2014-09-021-13/+45
* Hide the stack using a RunTest method.Jonathan Lange2011-08-151-0/+3
* Don't re-export from helpers.Jonathan Lange2011-07-201-2/+2
* Get it right.Jonathan Lange2011-01-221-1/+1
* Convert assertRaises usage to assertThat.Robert Collins2010-11-111-5/+9
* Avoid functools or twisted dependency by updating wrapper function metadata i...Martin2010-10-251-3/+3
* Don't depend on functools, since it's only available in Python 2.5 or later.Jonathan Lange2010-10-241-4/+4
* Test for inner-most decorator and comments.Jonathan Lange2010-10-181-0/+20
* Bring the behaviour in line with the documentation.Jonathan Lange2010-10-171-0/+32
* Extend the decorator to take kwargs and pass them on.Jonathan Lange2010-10-171-2/+23
* Add a decorator for specifying the RunTest object to use.Jonathan Lange2010-10-171-0/+11
* Add a class variable, run_tests_with, to allow controlling which runnerJonathan Lange2010-10-171-8/+14
* Make the runTest argument actually work.Jonathan Lange2010-10-171-0/+25
* When a cleanUp or tearDown exception occurs, it is now accumulated as a newRobert Collins2010-05-141-8/+4
* Lots of little coding cleanupsJonathan Lange2009-12-311-9/+2
* Add TestCase.addOnException.Robert Collins2009-12-131-2/+42
* Review feedback.Robert Collins2009-12-071-16/+17
* Docs, and make exception handlers modifiable.Robert Collins2009-11-231-1/+1
* More fully factored runtest.Robert Collins2009-11-221-31/+26
* Teach _run_core to indicate if an exception was caught and processed.Robert Collins2009-11-221-1/+11
* Consistent interface for handling exceptions in RunTest.Robert Collins2009-11-221-3/+3
* RunTest.handlers fully implemented.Robert Collins2009-11-221-2/+30
* Ensure KeyboardInterrupt isn't masked.Robert Collins2009-11-221-2/+12
* Permit passed in handlers to RunTest.Robert Collins2009-11-221-1/+6
* Create a specific method to run the user code in a test.Robert Collins2009-11-131-4/+12
* Move startTest/stopTest to RunTest.Robert Collins2009-11-131-2/+25
* Better name for RunTest._run_decorated_result.Robert Collins2009-11-131-1/+1
* Move result decoration to RunTest.Robert Collins2009-11-121-5/+24
* Move dynamic creation of test cases to RunTest.Robert Collins2009-11-121-1/+10
* Start moving TestCase.run() logic to testtools.RunTest.Robert Collins2009-11-121-0/+44