summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-07-22 18:46:04 +1000
committerRobert Collins <robertc@robertcollins.net>2009-07-22 18:46:04 +1000
commit1f0757a4af48338e3a046093d991a8c40ab31088 (patch)
treee54bd18bc7b26c64ca07cc19533d34a02527c701 /NEWS
parent926e1ba475443641089e1146e46462ae4c895d57 (diff)
downloadsubunit-git-1f0757a4af48338e3a046093d991a8c40ab31088.tar.gz
Add TestProtocolClient.time().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 370b9a8..1c7fe1b 100644
--- a/NEWS
+++ b/NEWS
@@ -24,3 +24,6 @@ subunit release notes
* New helper ``subunit.test_results.HookedTestResultDecorator`` which can
be used to call some code on every event, without having to implement all
the event methods.
+
+ * ``TestProtocolClient.time(a_datetime)`` has been added which causes a
+ timestamp to be output to the stream.