summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e0ebf67..83c629f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -698,6 +698,9 @@ Documentation
Tests
-----
+- Issue #21918: Converted test_tools from a module to a package containing
+ separate test files for each tested script.
+
- Issue #9554: Use modern unittest features in test_argparse. Initial patch by
Denver Coneybeare and Radu Voicilas.