summaryrefslogtreecommitdiff
path: root/testtools/testresult
Commit message (Expand)AuthorAgeFilesLines
* Get it right.Jonathan Lange2011-01-223-3/+3
* Mention the difference between Python 2.7's startTestRun and ours in the docs...Jonathan Lange2010-12-291-2/+3
* ChangesRobert Collins2010-12-201-1/+23
* Expose 'all' from compat and implement it for Python 2.4Martin2010-12-111-1/+1
* Explain the startTestRun behaviour in testtools.Robert Collins2010-12-061-1/+2
* Fix the regression caused when fixing bug 654474 by permitting decoratedRobert Collins2010-12-051-15/+12
* Functional programming ftw!Jonathan Lange2010-11-301-2/+2
* Actually report the error in TextTestResult (thanks mgz)Jonathan Lange2010-11-291-1/+6
* startTestRun resets unexpected successes and other errorsJonathan Lange2010-11-292-0/+8
* Make MultiTestResult at all usable in Python 3Jonathan Lange2010-11-291-1/+1
* Thoroughly test the Python 2.6 and 2.7 contracts, make sure that the Jonathan Lange2010-11-282-1/+7
* Test the extended double's contractJonathan Lange2010-11-281-1/+11
* Change the contract so that wasSuccessful should return False after unexpectedJonathan Lange2010-11-281-0/+12
* Test the current contract for wasSuccessful, make some of our componentJonathan Lange2010-11-281-0/+10
* Translate addUnexpectedSuccess to addFailure instead of addSuccess.Jonathan Lange2010-10-241-1/+5
* Merge Martin[gz]'s change to supply just the reason to skip, if one was suppl...Robert Collins2010-10-151-2/+5
|\
| * Only show the reason for unittest on 2.7 rather than all the detailsMartin2010-09-261-2/+5
* | Merge timestamp handling for ThreadsafeForwardingResult.Robert Collins2010-10-151-38/+25
|\ \ | |/ |/|
| * Make TestThreadSafeForwardingResult forward times to the wrapped result classMartin2010-09-271-38/+32
|/
* Cheat. Return the results of _dispatch always.Jonathan Lange2010-08-041-10/+11
* Pass back the results we get.Jonathan Lange2010-08-041-2/+3
* Make _details_to_str unicode correct, for really finally the absolute last timeMartin2010-07-191-1/+1
* Really get unicode conversion working in testresult.real.TestResult.Robert Collins2010-07-021-1/+1
* Unbreak Python 3 again, my unicode tweak was thoughtless.Robert Collins2010-06-301-1/+1
* Do not generate str objects for StringException's internally.Robert Collins2010-06-241-1/+1
* testtools.utils has been renamed to testtools.compat. ImportingRobert Collins2010-06-231-11/+33
|\
| * Move Python 2 _StringException argument type check to __init__ from stringify...Martin2010-06-231-7/+9
| * Merge trunk to resolve conflict in _StringException stringifying methodsMartin2010-06-221-0/+4
| |\ | |/ |/|
| * Make StringException.__str__ return UTF-8 rather than ascii/replace to prepar...Martin2010-06-221-1/+1
| * Trivial issues seen when scanning the diff for reviewMartin2010-06-201-1/+0
| * Move most of utils module to compat and put iterate_tests in testsuite moduleMartin2010-06-181-1/+1
| * Use flag in utils to record whether the str type is unicode rather than check...Martin2010-06-151-3/+3
| * Changes to make tests work on Python 3, and a short term hack to make output ...Martin2010-06-141-1/+1
| * Merge trunk to pick up fixes for IronPython and Python 3Martin2010-06-111-1/+1
| |\
| * | First pass at implementing unicode tracebacks for Python 2Martin2010-05-251-4/+27
* | | * testtools.testresults.real._StringException will now answer __str__ if itsRobert Collins2010-06-111-0/+7
| |/ |/|
* | Remove relative import in testtools.testresult to make package work in py3k a...Martin2010-06-101-1/+1
|/
* Lots of little coding cleanupsJonathan Lange2009-12-312-2/+5
* Remove trailing whitespace.Jonathan Lange2009-12-312-6/+5
* Make some of our test doubles available for external use.Robert Collins2009-12-131-0/+94
* Move for-use test results to a submodule of a testresult package.Robert Collins2009-12-132-0/+558