1
I Use This!
Low Activity

Commits : Listings

Analyzed 31 minutes ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add python 2.4 support for run() - untested. More... over 14 years ago
Move startTest/stopTest to RunTest. More... over 14 years ago
Better name for RunTest._run_decorated_result. More... over 14 years ago
Move result decoration to RunTest. More... over 14 years ago
Move dynamic creation of test cases to RunTest. More... over 14 years ago
Start moving TestCase.run() logic to testtools.RunTest. More... over 14 years ago
Expose the details API for use from within test code. More... over 14 years ago
Review feedback. More... over 14 years ago
Remove duplicate test. More... over 14 years ago
Support xfail and unexpected success. More... over 14 years ago
Add a a way for TestCase to signal UnexpectedSuccess to itself. More... over 14 years ago
Use details API in TestCase outcome reporting. More... over 14 years ago
Add TestCase.add / get Details(). More... over 14 years ago
Merge support for the extended outcome API. More... over 14 years ago
Add the details API to the TestResults supported by testtools. More... over 14 years ago
Merge ExtendedToOriginal decorator. More... over 14 years ago
Alternative fix for nose - don't define a null test case method, its only useful for testing testtools. More... over 14 years ago
Bring in the ExtendedToOriginal decorator from subunit. More... over 14 years ago
Add mime support code for details API from subunit. More... over 14 years ago
Prevent nose finding 'runTest' tests in classes derived from testtools.testcase.TestCase (bug 312257). More... over 14 years ago
Merge checking that setUp and tearDown are upcalled. More... over 14 years ago
Python 2.7 TestResult API support. More... over 14 years ago
Error if setUp or tearDown are not called. More... over 14 years ago
Compatible with python 2.7 at the TestResult layer. More... over 14 years ago
Project meta cleanups: setup.py executable, multiple committers in HACKING, NEWS file created. More... over 14 years ago
Start on 0.0.2: fix tests with python 2.6 (which defines __eq__) More... over 14 years ago
Compatibility with TestResult.startTestRun/stopTestRun. More... over 14 years ago
Compatibility with TestResult.startTestRun/stopTestRun. More... over 14 years ago
(statik) Add a manifest file so that LICENSE is included in the tarball generated by 'python setup.py sdist' More... almost 15 years ago
Added MANIFEST.in so that LICENSE is included. More... almost 15 years ago