summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@hp.com>2014-05-19 06:24:25 +1200
committerRobert Collins <robertc@robertcollins.net>2014-05-19 06:24:25 +1200
commit9d56f842f16dad526930f094a7cb7f36824efa9a (patch)
tree0157ca0de5754d642698b14d3bcb61cb6bc26fac /NEWS
parent7d30604da5cdb80831a0dbed59956ad68c836e37 (diff)
downloadtestrepository-9d56f842f16dad526930f094a7cb7f36824efa9a.tar.gz
Fix python3 filtering support.
* Test filtering was failing under python3 and would only apply the filters to the first test listed by discover. (Clark Boylan, #1317607)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 17b92aa..1a27f3b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ CHANGES
* ``run`` was outputting bad MIME types - test/plain, not text/plain.
(Robert Collins)
+* Test filtering was failing under python3 and would only apply the
+ filters to the first test listed by discover. (Clark Boylan, #1317607)
+
* When list-tests encounters an error, a much clearer response will
now be shown. (Robert Collins, #1271133)