[issue17778] Fix test discovery for test_multiprocessing.py

2013-07-16 Thread Richard Oudkerk
Richard Oudkerk added the comment: Thanks for the patches! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue17778] Fix test discovery for test_multiprocessing.py

2013-07-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a922b28b97d by Richard Oudkerk in branch '3.3': Issue #17778: Fix test discovery for test_multiprocessing. (Patch by http://hg.python.org/cpython/rev/8a922b28b97d New changeset c704735487ae by Richard Oudkerk in branch 'default': Issue #17778: Fix

[issue17778] Fix test discovery for test_multiprocessing.py

2013-07-09 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file30879/test_multiprocessing_discovery.v3-3.3.diff ___ Python tracker ___ ___

[issue17778] Fix test discovery for test_multiprocessing.py

2013-07-09 Thread Zachary Ware
Zachary Ware added the comment: Since there's been another test added since the last version of this patch, here's a new patch again. I'll also be attaching a patch to 3.3, which includes backports of the 4 changesets mentioned in my last message, as well as the changes for this issue. -

[issue17778] Fix test discovery for test_multiprocessing.py

2013-04-19 Thread Zachary Ware
Zachary Ware added the comment: Hmmm, it looks a couple of things have gone wrong. First, I didn't try the patch on 3.3, whose test_multiprocessing is significantly different than default's. This appears to be due largely to dd5e98ddcd39, but there have been other changes to only default sin

[issue17778] Fix test discovery for test_multiprocessing.py

2013-04-19 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue17778] Fix test discovery for test_multiprocessing.py

2013-04-18 Thread Ezio Melotti
Ezio Melotti added the comment: The patch doesn't seem to apply cleanly on 3.3 (and on default too). -- stage: -> patch review ___ Python tracker ___ ___

[issue17778] Fix test discovery for test_multiprocessing.py

2013-04-17 Thread Zachary Ware
New submission from Zachary Ware: I think this one only didn't work with discovery by accident: the only change necessary to make discovery pass was to make _TestPoll match all other _Test* classes by inheriting from BaseTestCase instead of unittest.TestCase. The remainder of the changes are