1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support xfail and unexpected success. More... over 16 years ago
Add a a way for TestCase to signal UnexpectedSuccess to itself. More... over 16 years ago
Use details API in TestCase outcome reporting. More... over 16 years ago
Add TestCase.add / get Details(). More... over 16 years ago
Merge support for the extended outcome API. More... over 16 years ago
Add the details API to the TestResults supported by testtools. More... over 16 years ago
Merge ExtendedToOriginal decorator. More... over 16 years ago
Alternative fix for nose - don't define a null test case method, its only useful for testing testtools. More... almost 17 years ago
Bring in the ExtendedToOriginal decorator from subunit. More... almost 17 years ago
Add mime support code for details API from subunit. More... almost 17 years ago
Prevent nose finding 'runTest' tests in classes derived from testtools.testcase.TestCase (bug 312257). More... almost 17 years ago
Merge checking that setUp and tearDown are upcalled. More... almost 17 years ago
Python 2.7 TestResult API support. More... almost 17 years ago
Error if setUp or tearDown are not called. More... almost 17 years ago
Compatible with python 2.7 at the TestResult layer. More... almost 17 years ago
Project meta cleanups: setup.py executable, multiple committers in HACKING, NEWS file created. More... almost 17 years ago
Start on 0.0.2: fix tests with python 2.6 (which defines __eq__) More... almost 17 years ago
Compatibility with TestResult.startTestRun/stopTestRun. More... almost 17 years ago
Compatibility with TestResult.startTestRun/stopTestRun. More... almost 17 years ago
(statik) Add a manifest file so that LICENSE is included in the tarball generated by 'python setup.py sdist' More... about 17 years ago
Added MANIFEST.in so that LICENSE is included. More... about 17 years ago
(statik) Add skip, skipIf and skipUnless decorators for Python standard library compatibility. More... about 17 years ago
Reformatted imports per code review comments from jml. More... about 17 years ago
Merged trunk. More... over 17 years ago
Add a test suite and a test result to support concurrent testing. More... over 17 years ago
Add a note to the manual about things that might upset people. More... over 17 years ago
Review feedback. More... over 17 years ago
Added tests for skipIf, skipUnless. More... over 17 years ago
This adds some decorators: skip, skipIf, and skipUnless More... over 17 years ago
Add ConcurrentTestSuite for running tests concurrently. More... over 17 years ago