[issue17079] Fix test discovery for test_ctypes.py

2013-01-29 Thread Zachary Ware
Changes by Zachary Ware : -- components: Tests files: test_ctypes_discovery.diff keywords: patch nosy: brett.cannon, ezio.melotti, zach.ware priority: normal severity: normal status: open title: Fix test discovery for test_ctypes.py type: behavior versions: Python 3.3, Python 3.4 Added f

[issue17079] Fix test discovery for test_ctypes.py

2013-02-27 Thread Zachary Ware
New submission from Zachary Ware: Version 1 converts test_main() into load_tests(). Version 2 removes the now unnecessary import of run_unittest from support; thank you to Ezio for reminding me to look at imports in these patches. -- Added file: http://bugs.python.org/file29272/test_c

[issue17079] Fix test discovery for test_ctypes.py

2013-03-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 42d4a29509c4 by Ezio Melotti in branch '3.3': #17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/42d4a29509c4 New changeset e222f24837dd by Ezio Melotti in branch 'default': #17079:

[issue17079] Fix test discovery for test_ctypes.py

2013-03-01 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 _