testtools: Update to latest version.
[metze/samba/wip.git] / lib / testtools / doc / for-framework-folk.rst
index a4b20f64cac6ea40491781e7237caada53b08200..ff9e71e71ea235b5f76bf01ac765aaac0902287d 100644 (file)
@@ -151,6 +151,14 @@ Each of the methods on ``MultiTestResult`` will return a tuple of whatever the
 component test results return.
 
 
+TestResultDecorator
+-------------------
+
+Not strictly a ``TestResult``, but something that implements the extended
+``TestResult`` interface of testtools.  It can be subclassed to create objects
+that wrap ``TestResults``.
+
+
 TextTestResult
 --------------