diff options
| author | Jonathan Lange <jml@canonical.com> | 2009-04-16 14:44:31 +1000 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2009-04-16 14:44:31 +1000 |
| commit | aee2ea8d71b304b6e772ebe8199bdadf8bc550a3 (patch) | |
| tree | f405421c74c2a8339c00372eace6e19cac072e8e /MANUAL | |
| parent | a566f94649298e3039c5fd3078ba5c48310c884f (diff) | |
| download | testtools-aee2ea8d71b304b6e772ebe8199bdadf8bc550a3.tar.gz | |
Add a note to the manual about things that might upset people.
Diffstat (limited to 'MANUAL')
| -rw-r--r-- | MANUAL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -100,9 +100,12 @@ ThreadsafeForwardingResult A TestResult which forwards activity to another test result, but synchronises on a semaphore to ensure that all the activity for a single test arrives in a -batch. This allows simple TestResults which do not expect concurrent test +batch. This allows simple TestResults which do not expect concurrent test reporting to be fed the activity from multiple test threads, or processes. +Note that when you provide multiple errors for a single test, the target sees +each error as a distinct complete test. + Extensions to TestSuite ----------------------- |
