diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-01 08:55:17 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-01 08:55:17 (GMT) |
commit | 520378f81d30105d421e7b3a53c30fb0346be269 (patch) | |
tree | e1b9a92e4a5b5e8161eca76d311251baa3c6bce3 /Misc | |
parent | 4b231a7d125a645f930252086682b5c1151edd8a (diff) | |
download | cpython-520378f81d30105d421e7b3a53c30fb0346be269.zip cpython-520378f81d30105d421e7b3a53c30fb0346be269.tar.gz cpython-520378f81d30105d421e7b3a53c30fb0346be269.tar.bz2 |
#17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -644,6 +644,9 @@ Tests - Issue #15539: Added regression tests for Tools/scripts/pindent.py. +- Issue #17079: test_ctypes now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #17304: test_hash now works with unittest test discovery. Patch by Zachary Ware. |