summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-08-08 18:32:16 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-08-08 18:32:16 (GMT)
commit5a794c16d98a12f75b728ff902c410f10f93770f (patch)
treed9f29c5e59cf7fed90e5bf09d8b06f6bc3eda690 /Misc
parent79a1ffde9b3ae4b7dccdf2a64c6fc7cb7c243211 (diff)
downloadcpython-5a794c16d98a12f75b728ff902c410f10f93770f.zip
cpython-5a794c16d98a12f75b728ff902c410f10f93770f.tar.gz
cpython-5a794c16d98a12f75b728ff902c410f10f93770f.tar.bz2
Issue #22060: Clean up/simplify test_ctypes, use test discovery
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 149f2a7..2b21ba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -243,6 +243,9 @@ IDLE
Tests
-----
+- Issue #22060: test_ctypes has been somewhat cleaned up and simplified; it
+ now uses unittest test discovery to find its tests.
+
- Issue #22104: regrtest.py no longer holds a reference to the suite of tests
loaded from test modules that don't define test_main().