[New-bugs-announce] [issue19440] Clean up test_capi

Zachary Ware report at bugs.python.org
Tue Oct 29 22:21:52 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19440>
_______________________________________


More information about the New-bugs-announce mailing list