summaryrefslogtreecommitdiff
path: root/testtools/testresult/doubles.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Python syntax with pyupgrade --py3-plusHugo2020-01-181-10/+10
* Add ResourcedToStreamDecorator test result decorator for testresources integr...Free Ekanayaka2017-04-111-6/+15
* Support TestResults without stop/shouldStopJonathan Lange2016-02-041-10/+55
* Allow event_log to be passed to result doublesJonathan Lange2015-11-021-8/+12
* Lint clear-upJonathan Lange2015-11-021-6/+7
* Adds a recording StreamResult for writing tests with.Robert Collins2013-03-081-0/+24
* * ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.Robert Collins2012-12-161-0/+18
* Change get_parent() to simple attribute access.Jonathan Lange2012-04-121-1/+1
* Handle the nesting behaviour that subunit describes.Jonathan Lange2012-04-111-0/+8
* Check that startTestRun always resets tags.Jonathan Lange2012-04-111-3/+10
* Begin to have proper interface tests for tag support.Jonathan Lange2012-04-111-0/+6
* Remove an incorrect part of the testing contract for Python 2.7 and 2.6Jonathan Lange2012-04-101-6/+0
* Rob says MultiTestResult is fixed.Graham Binns2012-01-101-0/+6
* Get it right.Jonathan Lange2011-01-221-1/+1
* startTestRun resets unexpected successes and other errorsJonathan Lange2010-11-291-0/+4
* Thoroughly test the Python 2.6 and 2.7 contracts, make sure that the Jonathan Lange2010-11-281-0/+2
* Test the extended double's contractJonathan Lange2010-11-281-1/+11
* Lots of little coding cleanupsJonathan Lange2009-12-311-0/+1
* Remove trailing whitespace.Jonathan Lange2009-12-311-1/+1
* Make some of our test doubles available for external use.Robert Collins2009-12-131-0/+94