1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Project meta cleanups: setup.py executable, multiple committers in HACKING, NEWS file created. More... over 16 years ago
Start on 0.0.2: fix tests with python 2.6 (which defines __eq__) More... over 16 years ago
Compatibility with TestResult.startTestRun/stopTestRun. More... over 16 years ago
Compatibility with TestResult.startTestRun/stopTestRun. More... over 16 years ago
(statik) Add a manifest file so that LICENSE is included in the tarball generated by 'python setup.py sdist' More... over 16 years ago
Added MANIFEST.in so that LICENSE is included. More... over 16 years ago
(statik) Add skip, skipIf and skipUnless decorators for Python standard library compatibility. More... over 16 years ago
Reformatted imports per code review comments from jml. More... over 16 years ago
Merged trunk. More... almost 17 years ago
Add a test suite and a test result to support concurrent testing. More... almost 17 years ago
Add a note to the manual about things that might upset people. More... almost 17 years ago
Review feedback. More... almost 17 years ago
Added tests for skipIf, skipUnless. More... almost 17 years ago
This adds some decorators: skip, skipIf, and skipUnless More... almost 17 years ago
Add ConcurrentTestSuite for running tests concurrently. More... almost 17 years ago
Add a ThreadsafeForwardingResult to testtools for use with parallel test execution. More... almost 17 years ago
Add skip support to testtools. More... almost 17 years ago
Correct some spelling and text in Rob's addSkip patch. More... almost 17 years ago
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. More... almost 17 years ago
Remove ITestResult and thus the undocumented dependency on zope.interfaces. More... over 17 years ago
Rename pyunit3k to testtools. More... over 17 years ago
Rename pyunit3k to testtools. More... over 17 years ago
Add assertIs and assertIsNot to TestCase. More... over 17 years ago
Add documentation to the manual. More... over 17 years ago
Add assertIs and assertIsNot. More... over 17 years ago
Improve user documentation: add HACKING and MANUAL files, and expand README. More... over 17 years ago
Improve user documentation: add HACKING and MANUAL files, and expand README too. More... over 17 years ago
Tests for pyunit3k's TestResult extensions. More... over 17 years ago
Respond to review comments. More... over 17 years ago
Complete tests for MultiTestResult. More... over 17 years ago