lp://staging/~lifeless/testtools/344023
- Get this branch:
- bzr branch lp://staging/~lifeless/testtools/344023
Branch merges
- Jonathan Lange: Approve
-
Diff: 134 lines3 files modifiedtesttools/testcase.py (+14/-0)
testtools/tests/test_testresult.py (+2/-0)
testtools/tests/test_testtools.py (+28/-0)
Related bugs
Bug #344023: testtools run() should require that setUp and tearDown are invoked | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 17. By Jonathan Lange
-
Compatibility with TestResult.
startTestRun/ stopTestRun. * Author: lifeless
* Reviewer: jmlPython 2.7 added startTestRun and stopTestRun to TestResult. This patch
adds them to testtools too, and deprecates 'done' in favour of stopTestRun. - 16. By Elliot Murphy
-
(statik) Add a manifest file so that LICENSE is included in the tarball
generated by 'python setup.py sdist'This really should be the last fix necessary in order to get the
python-testtools package into karmic. - 15. By Elliot Murphy
-
(statik) Add skip, skipIf and skipUnless decorators for Python standard
library compatibility. - 14. By Robert Collins
-
Add a test suite and a test result to support concurrent testing.
Thanks to Robert Collins.
- 13. By Robert Collins
-
Add skip support to testtools.
TestCase now has a 'skip' method that can be used to signal that a test
is being skipped. TestResult has an 'addSkip' method that can be used to
handle these events.Thanks to Robert Collins for this branch.
- 10. By Jonathan Lange
-
Add assertIs and assertIsNot to TestCase.
* Author: jml
assertIs asserts that one object is identical to another.
assertIsNot asserts the opposite.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)