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
/
testcase.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
More RunTest related interfaces
Jonathan Lange
2015-12-10
1
-5
/
+5
*
Sketch of interfaces
Jonathan Lange
2015-12-10
1
-1
/
+5
*
Overhaul exception reporting.
Robert Collins
2015-03-10
1
-2
/
+6
*
Fix setUpClass upcalls on Python 2.6.
Robert Collins
2014-11-17
1
-1
/
+1
*
Fix skipping setUpClass with self.skipException
Robert Collins
2014-11-16
1
-5
/
+5
*
Fix masking of fixture.setUp errors.
Robert Collins
2014-09-12
1
-2
/
+12
*
Fix handling of uncatchable exceptions.
Robert Collins
2014-09-02
1
-4
/
+21
*
Fix issue where using the skip* family of decorators still ran the setUp and ...
Thomi Richards
2014-09-01
1
-0
/
+6
*
Error if setUp or tearDown are called twice.
Robert Collins
2014-08-22
1
-1
/
+14
*
Merge pull request #82 from thomir/fix-expectedFailure
Jonathan Lange
2014-05-26
1
-0
/
+17
|
\
|
*
Added failing test for python 3.4 unittest.expectedFailure decorator changes.
Thomi Richards
2014-03-10
1
-0
/
+17
*
|
Add optional message to assert(Not)In
Joe Gordon
2014-02-14
1
-4
/
+4
|
/
*
Add expectThat method to testtools.TestCase.
Thomi Richards
2013-12-09
1
-8
/
+35
*
Remove documentation suggestion that we support anything older than 2.6.
Daniel Watkins
2013-12-03
1
-2
/
+0
*
Don't support Python 2.4 test method naming.
Daniel Watkins
2013-12-03
1
-6
/
+1
*
We no longer need to handle string exceptions in TestCase.
Daniel Watkins
2013-12-03
1
-3
/
+0
*
Add 'force_failure' feature to testtools.TestCase.
Thomi Richards
2013-11-28
1
-1
/
+3
*
Add the 'addDetailUniqueName' method to TestCase.
Thomi Richards
2013-10-18
1
-6
/
+22
*
Fix TestSkipped importing with unittest2.
Robert Collins
2013-06-16
1
-1
/
+1
*
Clarify docstrings for skipIf and skipUnless.
Clint Byrum
2013-05-07
1
-2
/
+2
*
Teach ExpectedException how to annotate errors.
Robert Collins
2013-04-18
1
-2
/
+9
*
DecorateTestCaseResult was missing some used attributes in its exclusion of
Robert Collins
2013-04-04
1
-2
/
+2
*
Add a helper for decorating the result object given to
Robert Collins
2013-03-07
1
-0
/
+49
*
Add support for timestamp events to Placeholder objects.
Robert Collins
2013-03-07
1
-1
/
+8
*
Placeholder couldn't hold tags, which limits its use.
Robert Collins
2013-03-07
1
-1
/
+6
*
The error message for setUp and tearDown upcall errors was broken on
Robert Collins
2013-03-05
1
-2
/
+4
*
Report filenames in upcall errors.
Monty Taylor
2013-02-07
1
-2
/
+4
*
Fix epytext for *args
Jonathan Lange
2013-01-31
1
-1
/
+1
*
Add a nosetests attr-like extension to enable more ways of filtering tests.
Robert Collins
2013-01-31
1
-4
/
+59
*
Delete Python 2.4 only code.
Robert Collins
2013-01-31
1
-5
/
+0
*
* Testtools will no longer override test code registered details called
Robert Collins
2013-01-19
1
-3
/
+6
*
* Testtools now depends on extras, a small library split out from it to contain
Robert Collins
2013-01-18
1
-1
/
+2
*
Simplify _add_reason a little.
Robert Collins
2012-04-03
1
-3
/
+1
*
* ``PlaceHolder`` and ``ErrorHolder`` now support being given result details.
Robert Collins
2012-04-03
1
-36
/
+35
*
Move to testcase so it doesn't appear in stack traces.
Jonathan Lange
2012-01-29
1
-1
/
+19
*
Extract Nullary and move it into helpers.
Jonathan Lange
2012-01-29
1
-7
/
+3
*
Make sure the repr of the callable passed to assertRaises is included in the
Jonathan Lange
2012-01-28
1
-2
/
+7
*
More doc tweaks
Jonathan Lange
2011-12-05
1
-5
/
+5
*
Merge trunk.
Jonathan Lange
2011-09-14
1
-40
/
+42
|
\
|
*
Review changes.
Jonathan Lange
2011-08-15
1
-5
/
+6
|
*
* ``MatchesException`` now permits a tuple of types rather than a single type
Robert Collins
2011-08-15
1
-8
/
+16
|
*
Port assertIsInstance to matchers.
Robert Collins
2011-08-14
1
-6
/
+6
|
*
assertNotIn using assertThat.
Robert Collins
2011-08-14
1
-3
/
+2
|
*
Reduce spelling of assert* functions which call assertThat.
Robert Collins
2011-08-14
1
-10
/
+10
|
*
* assertThat accepts a message which will be used to annotate the matcher. This
Robert Collins
2011-08-14
1
-1
/
+2
|
*
More convert-to-matchers tweaks.
Robert Collins
2011-08-14
1
-10
/
+4
|
*
Migrate assertIn to be matcher based.
Robert Collins
2011-08-14
1
-3
/
+2
*
|
assertThat docs & NEWS update for change
Jonathan Lange
2011-08-05
1
-1
/
+1
*
|
Add MismatchError, with tests. Change assertThat to raise MismatchError
Jonathan Lange
2011-08-05
1
-7
/
+2
|
/
*
ExpectedException will now match any exception of the type by default,
Jonathan Lange
2011-07-27
1
-5
/
+7
[next]