summaryrefslogtreecommitdiff
path: root/lib/testtools/doc/for-framework-folk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testtools/doc/for-framework-folk.rst')
-rw-r--r--lib/testtools/doc/for-framework-folk.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/testtools/doc/for-framework-folk.rst b/lib/testtools/doc/for-framework-folk.rst
index a4b20f64ca..ff9e71e71e 100644
--- a/lib/testtools/doc/for-framework-folk.rst
+++ b/lib/testtools/doc/for-framework-folk.rst
@@ -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
--------------