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 185e14d..616ce65 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -605,6 +605,9 @@ Tests
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
+- Issue #17163: test_file now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #16925: test_configparser now works with unittest test discovery.
Patch by Zachary Ware.