[issue17303] Fix test discovery for test_future*

2013-02-27 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! I also removed a some "from test import support" that were no longer necessary. test_future files could be reorganized a bit, since they are basically no-ops, and they aren't testing much. -- assignee: -> ezio.melotti resolu

[issue17303] Fix test discovery for test_future*

2013-02-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83ae10bf608c by Ezio Melotti in branch '3.3': #17303: test_future* now work with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/83ae10bf608c New changeset 5599bbc275bc by Ezio Melotti in branch 'default': #17303:

[issue17303] Fix test discovery for test_future*

2013-02-26 Thread Zachary Ware
Zachary Ware added the comment: Correction: ...all instances of support.unload *in test_future.py* with support.CleanImport... -- ___ Python tracker ___

[issue17303] Fix test discovery for test_future*

2013-02-26 Thread Zachary Ware
New submission from Zachary Ware: Here's the fix for test discovery of test_future* (particularly test_future3). Without the patch, running 'python -m unittest discover Lib/test/ "test_future*"' results in an error in test_future3.py, due to test_future.py's FutureTest.test_future3 removing t