index
:
delta/python-packages/testtools.git
dont-run-sphinx-on-3.3
gh-pages
interfaces
json-text
master
mypy
readthedocs-twisted
remove-test-dependency-on-twisted-13
resourced-to-stream-decorator
typo-flexability
github.com: testing-cabal/testtools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testtools
/
runtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
More RunTest related interfaces
Jonathan Lange
2015-12-10
1
-1
/
+6
*
Overhaul exception reporting.
Robert Collins
2015-03-10
1
-0
/
+2
*
Fix handling of uncatchable exceptions.
Robert Collins
2014-09-02
1
-8
/
+15
*
Fix issue where using the skip* family of decorators still ran the setUp and ...
Thomi Richards
2014-09-01
1
-0
/
+8
*
Add 'force_failure' feature to testtools.TestCase.
Thomi Richards
2013-11-28
1
-0
/
+7
*
Hide many testtools frames on the stack.
Jonathan Lange
2011-07-19
1
-0
/
+5
*
Clean up errors.
Jonathan Lange
2011-03-22
1
-2
/
+2
*
Get it right.
Jonathan Lange
2011-01-22
1
-1
/
+1
*
Fix some epytext failures.
Jonathan Lange
2011-01-13
1
-5
/
+5
*
Docstring tweaks
Jonathan Lange
2010-11-28
1
-23
/
+31
*
Make cleanup running use run_user and make the run_user error handler
Jonathan Lange
2010-11-28
1
-24
/
+14
*
Pass through kwargs.
Jonathan Lange
2010-11-28
1
-2
/
+2
*
Move responsibility for running cleanups to RunTest.
Jonathan Lange
2010-11-27
1
-3
/
+40
*
Mark unhandled errors in deferreds differently to regular errors.
Jonathan Lange
2010-10-18
1
-3
/
+8
*
Merge in recent changes from trunk.
Jonathan Lange
2010-10-15
1
-2
/
+5
|
\
|
*
Avoid exc_info cycles in several places and comment on trickier ones
Martin
2010-08-16
1
-2
/
+5
*
|
Raise errors when the reactor is unclean.
Jonathan Lange
2010-10-10
1
-8
/
+11
*
|
Remove needless metaclass declaration.
Jonathan Lange
2010-09-25
1
-1
/
+0
|
/
*
Catch string exceptions raised by tests on old versions which may raise them
Martin
2010-07-29
1
-3
/
+1
*
- All old-style classes are now new-style classes.
Jamu Kakar
2010-07-29
1
-1
/
+1
*
When a cleanUp or tearDown exception occurs, it is now accumulated as a new
Robert Collins
2010-05-14
1
-5
/
+20
*
Lots of little coding cleanups
Jonathan Lange
2009-12-31
1
-0
/
+1
*
Remove trailing whitespace.
Jonathan Lange
2009-12-31
1
-2
/
+2
*
Add TestCase.addOnException.
Robert Collins
2009-12-13
1
-1
/
+3
*
Review feedback.
Robert Collins
2009-12-07
1
-4
/
+11
*
3.1 compatible run_test.py.
Robert Collins
2009-12-06
1
-1
/
+4
*
Docs, and make exception handlers modifiable.
Robert Collins
2009-11-23
1
-1
/
+1
*
More fully factored runtest.
Robert Collins
2009-11-22
1
-7
/
+35
*
Teach _run_core to indicate if an exception was caught and processed.
Robert Collins
2009-11-22
1
-3
/
+6
*
Consistent interface for handling exceptions in RunTest.
Robert Collins
2009-11-22
1
-1
/
+3
*
RunTest.handlers fully implemented.
Robert Collins
2009-11-22
1
-3
/
+14
*
Ensure KeyboardInterrupt isn't masked.
Robert Collins
2009-11-22
1
-1
/
+1
*
Permit passed in handlers to RunTest.
Robert Collins
2009-11-22
1
-1
/
+4
*
Create a specific method to run the user code in a test.
Robert Collins
2009-11-13
1
-1
/
+7
*
Move startTest/stopTest to RunTest.
Robert Collins
2009-11-13
1
-1
/
+6
*
Better name for RunTest._run_decorated_result.
Robert Collins
2009-11-13
1
-2
/
+2
*
Move result decoration to RunTest.
Robert Collins
2009-11-12
1
-3
/
+15
*
Move dynamic creation of test cases to RunTest.
Robert Collins
2009-11-12
1
-0
/
+17
*
Start moving TestCase.run() logic to testtools.RunTest.
Robert Collins
2009-11-12
1
-0
/
+42