summaryrefslogtreecommitdiff
path: root/lib/subunit/NEWS
diff options
context:
space:
mode:
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
-----