summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-16 19:31:51 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-16 19:31:51 (GMT)
commit3481e21e98949caf02a2be4f437e4a5f2b1d4593 (patch)
tree9b7fe80e860d4c1a6661455aea07ff7d404f4efd /Misc
parent51af1deb32cf0d0559a27b5d784388c638f05072 (diff)
parent2b0a6102974bdcacf8b8c4d964d3f7379878100a (diff)
downloadcpython-3481e21e98949caf02a2be4f437e4a5f2b1d4593.zip
cpython-3481e21e98949caf02a2be4f437e4a5f2b1d4593.tar.gz
cpython-3481e21e98949caf02a2be4f437e4a5f2b1d4593.tar.bz2
Issue #21918: Convert test_tools.py to a sub-package of test.
Merge with 3.4.
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 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.