[issue19440] Clean up test_capi

2013-11-11 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19440] Clean up test_capi

2013-11-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5198e8f325f5 by Zachary Ware in branch '3.3': Issue #19440: Clean up test_capi http://hg.python.org/cpython/rev/5198e8f325f5 New changeset 26108b2761aa by Zachary Ware in branch 'default': Issue #19440: Clean up test_capi http://hg.python.org/cpytho

[issue19440] Clean up test_capi

2013-11-03 Thread Zachary Ware
Zachary Ware added the comment: Well, this is embarrassing. I'm so used to there not being much difference between 3.3 and 3.4; I didn't even think about subTest being new, and obviously I didn't test it as I should have. Here's a new patch for 3.3 (tested this time!) that just removes the su

[issue19440] Clean up test_capi

2013-11-03 Thread Brian Curtin
Brian Curtin added the comment: Your patch for 3.3 won't fly: subTest is new for 3.4. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue19440] Clean up test_capi

2013-11-02 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: -> zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue19440] Clean up test_capi

2013-11-02 Thread Zachary Ware
Zachary Ware added the comment: If there are no objections, I'd like to commit this one soon. -- nosy: +brian.curtin stage: -> patch review ___ Python tracker ___ __

[issue19440] Clean up test_capi

2013-10-29 Thread Zachary Ware
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 b

[issue19440] Clean up test_capi

2013-10-29 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file32416/test_capi_cleanup-3.3.diff ___ Python tracker ___ ___ Python-bugs-list