summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-12 04:59:23 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-12 04:59:23 (GMT)
commitdfcd69467489b940232adb5c82dd91aab4a25406 (patch)
tree0e7173251c63471ab5dd0c3351b4158e9f1dd8a7 /Misc
parent8f56bf57fd670a6f45baf812c77eae5960a95cfd (diff)
parentc12f09ed24db31f0fc0b58010cb3da9e3107e06c (diff)
downloadcpython-dfcd69467489b940232adb5c82dd91aab4a25406.zip
cpython-dfcd69467489b940232adb5c82dd91aab4a25406.tar.gz
cpython-dfcd69467489b940232adb5c82dd91aab4a25406.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 d5a5b59..3c1ee63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -213,6 +213,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 as subTests of a unittest TestCase method.
+
- Issue #19378: the main dis module tests are now run with both stdout
redirection *and* passing an explicit file parameter