1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add assertThat assertion to TestCase. More... over 16 years ago
Finish Content - supply charset support. More... over 16 years ago
Consolidate all the exception handling blocks into one. More... over 16 years ago
Create a specific method to run the user code in a test. More... over 16 years ago
Add python 2.4 support for run() - untested. More... over 16 years ago
Move startTest/stopTest to RunTest. More... over 16 years ago
Better name for RunTest._run_decorated_result. More... over 16 years ago
Move result decoration to RunTest. More... over 16 years ago
Move dynamic creation of test cases to RunTest. More... over 16 years ago
Start moving TestCase.run() logic to testtools.RunTest. More... over 16 years ago
Expose the details API for use from within test code. More... over 16 years ago
Review feedback. More... over 16 years ago
Remove duplicate test. More... over 16 years ago
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... over 16 years ago
Bring in the ExtendedToOriginal decorator from subunit. More... over 16 years ago
Add mime support code for details API from subunit. More... over 16 years ago
Prevent nose finding 'runTest' tests in classes derived from testtools.testcase.TestCase (bug 312257). More... over 16 years ago
Merge checking that setUp and tearDown are upcalled. More... over 16 years ago
Python 2.7 TestResult API support. More... over 16 years ago
Error if setUp or tearDown are not called. More... over 16 years ago
Compatible with python 2.7 at the TestResult layer. More... over 16 years ago
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