diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-08-08 18:32:16 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-08-08 18:32:16 (GMT) |
commit | 5a794c16d98a12f75b728ff902c410f10f93770f (patch) | |
tree | d9f29c5e59cf7fed90e5bf09d8b06f6bc3eda690 /Misc | |
parent | 79a1ffde9b3ae4b7dccdf2a64c6fc7cb7c243211 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |