summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-12 04:47:04 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-12 04:47:04 (GMT)
commitc12f09ed24db31f0fc0b58010cb3da9e3107e06c (patch)
tree0a4dc7f31b1076f59467aac9e0354e252ba677cb /Misc
parent0eac43a4eb723954cf50829fa31536cd35d1f60b (diff)
downloadcpython-c12f09ed24db31f0fc0b58010cb3da9e3107e06c.zip
cpython-c12f09ed24db31f0fc0b58010cb3da9e3107e06c.tar.gz
cpython-c12f09ed24db31f0fc0b58010cb3da9e3107e06c.tar.bz2
Issue #19440: Clean up test_capi
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9abddbb..b09f4d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.