1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jan 17, 2025 — Jan 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move dynamic creation of test cases to RunTest. More... about 16 years ago
Start moving TestCase.run() logic to testtools.RunTest. More... about 16 years ago
Expose the details API for use from within test code. More... about 16 years ago
Review feedback. More... about 16 years ago
Remove duplicate test. More... about 16 years ago
Support xfail and unexpected success. More... about 16 years ago
Add a a way for TestCase to signal UnexpectedSuccess to itself. More... about 16 years ago
Use details API in TestCase outcome reporting. More... about 16 years ago
Add TestCase.add / get Details(). More... about 16 years ago
Merge support for the extended outcome API. More... about 16 years ago
Add the details API to the TestResults supported by testtools. More... about 16 years ago
Merge ExtendedToOriginal decorator. More... about 16 years ago
Alternative fix for nose - don't define a null test case method, its only useful for testing testtools. More... about 16 years ago
Bring in the ExtendedToOriginal decorator from subunit. More... about 16 years ago
Add mime support code for details API from subunit. More... about 16 years ago
Prevent nose finding 'runTest' tests in classes derived from testtools.testcase.TestCase (bug 312257). More... about 16 years ago
Merge checking that setUp and tearDown are upcalled. More... about 16 years ago
Python 2.7 TestResult API support. More... about 16 years ago
Error if setUp or tearDown are not called. More... about 16 years ago
Compatible with python 2.7 at the TestResult layer. More... about 16 years ago
Project meta cleanups: setup.py executable, multiple committers in HACKING, NEWS file created. More... about 16 years ago
Start on 0.0.2: fix tests with python 2.6 (which defines __eq__) More... about 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