diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-12 04:59:23 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-12 04:59:23 (GMT) |
commit | dfcd69467489b940232adb5c82dd91aab4a25406 (patch) | |
tree | 0e7173251c63471ab5dd0c3351b4158e9f1dd8a7 /Misc | |
parent | 8f56bf57fd670a6f45baf812c77eae5960a95cfd (diff) | |
parent | c12f09ed24db31f0fc0b58010cb3da9e3107e06c (diff) | |
download | cpython-dfcd69467489b940232adb5c82dd91aab4a25406.zip cpython-dfcd69467489b940232adb5c82dd91aab4a25406.tar.gz cpython-dfcd69467489b940232adb5c82dd91aab4a25406.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
@@ -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 |