lp:~lifeless/testtools/addSkipped

Created by Robert Collins and last modified
Get this branch:
bzr branch lp:~lifeless/testtools/addSkipped
Only Robert Collins can upload to this branch. If you are Robert Collins please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Collins
Project:
testtools
Status:
Merged

Recent revisions

13. By Robert Collins

Add test skipping inspired by nose, bzr and trial to testtools.
Calling self.skip('foo') in a test will cause the test to stop processing
immediately. The test is reported as a skip to the result using addSkip if
it is available, and addError if it is not.

This is all new code, (C) 2009 Robert Collins, and assigned to Jonathan M.
Lange for inclusion in the testtools project.

12. By Jonathan Lange

Remove ITestResult and thus the undocumented dependency on zope.interfaces.

11. By Jonathan Lange

Rename pyunit3k to testtools.

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.

9. By Jonathan Lange

Improve user documentation: add HACKING and MANUAL files, and expand README.

 * Author: spiv
 * Reviewer: jml

8. By Jonathan Lange

Tests for pyunit3k's TestResult extensions.

 * Author: jml
 * Reviewer: spiv

Add tests for TestResult and MultiTestResult. As yet no tests for the base
functionality of TestResult.

7. By Jonathan Lange

Add tests for change_test_id, renaming to clone_test_with_new_id.

 * Author: spiv
 * Reviewer: jml

6. By Jonathan Lange

Split pyunit3k into several modules.

5. By Jonathan Lange

It's only fair.

4. By Jonathan Lange

Fix up Makefile.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers