summaryrefslogtreecommitdiff
path: root/lib/testtools/doc/for-framework-folk.rst
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-11-14 09:46:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-11-14 09:46:53 +0100
commit7b654a8c180a6467147189332916a5e56634b5af (patch)
tree20f9f47eab9f15a425b8dfeb4ad08c1e7021808a /lib/testtools/doc/for-framework-folk.rst
parentd10c7378d96d322910e87c21a1a3a3b28b229687 (diff)
downloadsamba-7b654a8c180a6467147189332916a5e56634b5af.tar.gz
samba-7b654a8c180a6467147189332916a5e56634b5af.tar.bz2
samba-7b654a8c180a6467147189332916a5e56634b5af.zip
testtools: Update to latest version.
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
--------------