[issue17479] Fix test discovery for test_io.py

2013-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa9e189e30ad by Ezio Melotti in branch '3.3': #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/fa9e189e30ad New changeset 99a81681237d by Ezio Melotti in branch 'default': #17479:

[issue17479] Fix test discovery for test_io.py

2013-03-23 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: - ezio.melotti resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17479

[issue17479] Fix test discovery for test_io.py

2013-03-19 Thread Zachary Ware
New submission from Zachary Ware: This patch converts test_main() to load_tests(*args) due to test_main doing a lot of namespace manipulation on all the test classes. There are a lot of subclassing issues that discovery doesn't like, hence throwing away the second argument passed to