From 91438920b465ec7455dd1cd700bbe8ec5050b3f9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 9 Dec 2010 14:51:51 +0100 Subject: subunit: Update to newer upstream snapshot. --- lib/subunit/NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lib/subunit/NEWS') 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 ----- -- cgit