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
/
tests
/
test_runtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade Python syntax with pyupgrade --py3-plus
Hugo
2020-01-18
1
-2
/
+2
*
Test _run_teardown, rather than tearDown
Jonathan Lange
2015-11-17
1
-2
/
+2
*
Don't use private APIs
Jonathan Lange
2015-11-16
1
-2
/
+6
*
Fix handling of uncatchable exceptions.
Robert Collins
2014-09-02
1
-13
/
+45
*
Hide the stack using a RunTest method.
Jonathan Lange
2011-08-15
1
-0
/
+3
*
Don't re-export from helpers.
Jonathan Lange
2011-07-20
1
-2
/
+2
*
Get it right.
Jonathan Lange
2011-01-22
1
-1
/
+1
*
Convert assertRaises usage to assertThat.
Robert Collins
2010-11-11
1
-5
/
+9
*
Avoid functools or twisted dependency by updating wrapper function metadata i...
Martin
2010-10-25
1
-3
/
+3
*
Don't depend on functools, since it's only available in Python 2.5 or later.
Jonathan Lange
2010-10-24
1
-4
/
+4
*
Test for inner-most decorator and comments.
Jonathan Lange
2010-10-18
1
-0
/
+20
*
Bring the behaviour in line with the documentation.
Jonathan Lange
2010-10-17
1
-0
/
+32
*
Extend the decorator to take kwargs and pass them on.
Jonathan Lange
2010-10-17
1
-2
/
+23
*
Add a decorator for specifying the RunTest object to use.
Jonathan Lange
2010-10-17
1
-0
/
+11
*
Add a class variable, run_tests_with, to allow controlling which runner
Jonathan Lange
2010-10-17
1
-8
/
+14
*
Make the runTest argument actually work.
Jonathan Lange
2010-10-17
1
-0
/
+25
*
When a cleanUp or tearDown exception occurs, it is now accumulated as a new
Robert Collins
2010-05-14
1
-8
/
+4
*
Lots of little coding cleanups
Jonathan Lange
2009-12-31
1
-9
/
+2
*
Add TestCase.addOnException.
Robert Collins
2009-12-13
1
-2
/
+42
*
Review feedback.
Robert Collins
2009-12-07
1
-16
/
+17
*
Docs, and make exception handlers modifiable.
Robert Collins
2009-11-23
1
-1
/
+1
*
More fully factored runtest.
Robert Collins
2009-11-22
1
-31
/
+26
*
Teach _run_core to indicate if an exception was caught and processed.
Robert Collins
2009-11-22
1
-1
/
+11
*
Consistent interface for handling exceptions in RunTest.
Robert Collins
2009-11-22
1
-3
/
+3
*
RunTest.handlers fully implemented.
Robert Collins
2009-11-22
1
-2
/
+30
*
Ensure KeyboardInterrupt isn't masked.
Robert Collins
2009-11-22
1
-2
/
+12
*
Permit passed in handlers to RunTest.
Robert Collins
2009-11-22
1
-1
/
+6
*
Create a specific method to run the user code in a test.
Robert Collins
2009-11-13
1
-4
/
+12
*
Move startTest/stopTest to RunTest.
Robert Collins
2009-11-13
1
-2
/
+25
*
Better name for RunTest._run_decorated_result.
Robert Collins
2009-11-13
1
-1
/
+1
*
Move result decoration to RunTest.
Robert Collins
2009-11-12
1
-5
/
+24
*
Move dynamic creation of test cases to RunTest.
Robert Collins
2009-11-12
1
-1
/
+10
*
Start moving TestCase.run() logic to testtools.RunTest.
Robert Collins
2009-11-12
1
-0
/
+44