diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-12 04:47:04 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-12 04:47:04 (GMT) |
commit | c12f09ed24db31f0fc0b58010cb3da9e3107e06c (patch) | |
tree | 0a4dc7f31b1076f59467aac9e0354e252ba677cb /Misc | |
parent | 0eac43a4eb723954cf50829fa31536cd35d1f60b (diff) | |
download | cpython-c12f09ed24db31f0fc0b58010cb3da9e3107e06c.zip cpython-c12f09ed24db31f0fc0b58010cb3da9e3107e06c.tar.gz cpython-c12f09ed24db31f0fc0b58010cb3da9e3107e06c.tar.bz2 |
Issue #19440: Clean up test_capi
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ Library Tests ----- +- Issue #19440: Clean up test_capi by removing an unnecessary __future__ + import, converting from test_main to unittest.main, and running the + _testcapi module tests within a unittest TestCase. + - Issue #18702: All skipped tests now reported as skipped. - Issue #19085: Added basic tests for all tkinter widget options. |