New submission from Zachary Ware: Here's a patch to clean up test_capi a little bit; it removes a __future__ import, converts from test_main to unittest.main, and makes use of subtests to run each _testcapi function.
I'll post a separate patch for 3.3; there's just enough difference between branches to make a single patch impossible and merging slightly hairy. ---------- components: Tests files: test_capi_cleanup.diff keywords: patch messages: 201676 nosy: ezio.melotti, zach.ware priority: normal severity: normal status: open title: Clean up test_capi type: enhancement versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file32415/test_capi_cleanup.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19440> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com