summaryrefslogtreecommitdiff
path: root/lib/testtools/NEWS
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-30 09:18:01 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-30 09:18:01 +0200
commit41182200a35083a0010f95f622a4ce386c5f0518 (patch)
tree8476e32173b842fa510102e47e44712f986249cf /lib/testtools/NEWS
parent1a9f5b45f80030c63dbd5616c6de1e99cbf539c5 (diff)
downloadsamba-41182200a35083a0010f95f622a4ce386c5f0518.tar.gz
samba-41182200a35083a0010f95f622a4ce386c5f0518.tar.bz2
samba-41182200a35083a0010f95f622a4ce386c5f0518.zip
testtools: Import new upstream snapshot.
Diffstat (limited to 'lib/testtools/NEWS')
-rw-r--r--lib/testtools/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/testtools/NEWS b/lib/testtools/NEWS
index 596df0d6a6..89b942fdbe 100644
--- a/lib/testtools/NEWS
+++ b/lib/testtools/NEWS
@@ -7,6 +7,10 @@ NEXT
Improvements
------------
+* Cleanups can raise ``testtools.MultipleExceptions`` if they have multiple
+ exceptions to report. For instance, a cleanup which is itself responsible for
+ running several different internal cleanup routines might use this.
+
* Code duplication between assertEqual and the matcher Equals has been removed.
* In normal circumstances, a TestCase will no longer share details with clones