summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-16 19:26:09 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-16 19:26:09 (GMT)
commit2b0a6102974bdcacf8b8c4d964d3f7379878100a (patch)
tree2a18ee067b685b0a7af77e1d1b2f52138a996fa4 /Misc
parent52b2bc03693d663fe1d1bdf974c23800232213dd (diff)
downloadcpython-2b0a6102974bdcacf8b8c4d964d3f7379878100a.zip
cpython-2b0a6102974bdcacf8b8c4d964d3f7379878100a.tar.gz
cpython-2b0a6102974bdcacf8b8c4d964d3f7379878100a.tar.bz2
Issue #21918: Convert test_tools.py to a sub-package of test.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1280134..d571578 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -198,6 +198,9 @@ IDLE
Tests
-----
+- Issue #21918: Converted test_tools from a module to a package containing
+ separate test files for each tested script.
+
- Issue #20155: Changed HTTP method names in failing tests in test_httpservers
so that packet filtering software (specifically Windows Base Filtering Engine)
does not interfere with the transaction semantics expected by the tests.