summaryrefslogtreecommitdiff
path: root/lib/subunit/NEWS
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-09 14:51:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-10 03:04:06 +0100
commit91438920b465ec7455dd1cd700bbe8ec5050b3f9 (patch)
treec11b7424a81b0cf84b33132a97b98f52380b409b /lib/subunit/NEWS
parent297434055e2e2b28a2f9cacc09a30786edf8903a (diff)
downloadsamba-91438920b465ec7455dd1cd700bbe8ec5050b3f9.tar.gz
samba-91438920b465ec7455dd1cd700bbe8ec5050b3f9.tar.bz2
samba-91438920b465ec7455dd1cd700bbe8ec5050b3f9.zip
subunit: Update to newer upstream snapshot.
Diffstat (limited to 'lib/subunit/NEWS')
-rw-r--r--lib/subunit/NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/subunit/NEWS b/lib/subunit/NEWS
index 1af8ef5708..f1fd9ce06f 100644
--- a/lib/subunit/NEWS
+++ b/lib/subunit/NEWS
@@ -5,6 +5,19 @@ subunit release notes
NEXT (In development)
---------------------
+The Subunit Python test runner ``python -m subunit.run`` can now report the
+test ids and also filter via a test id list file thanks to improvements in
+``testtools.run``. See the testtools manual, or testrepository - a major
+user of such functionality.
+
+IMPROVEMENTS
+~~~~~~~~~~~~
+
+* The ``subunit.run`` Python module supports ``-l`` and ``--load-list`` as
+ per ``testtools.run``. This required a dependency bump due to a small
+ API change in ``testtools``. (Robert Collins)
+
+
0.0.6
-----
@@ -48,6 +61,10 @@ IMPROVEMENTS
non-details based test information; this should consistently UTF8 encode such
strings.
+* The Python TestProtocolClient now flushes output on startTest and stopTest.
+ (Martin [gz]).
+
+
0.0.5
-----