[issue16616] test_poll.PollTests.poll_unit_tests() is dead code

2012-12-10 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue16616] test_poll.PollTests.poll_unit_tests() is dead code

2012-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a022c21ad84 by Richard Oudkerk in branch 'default': Issue #16616: Enable test in test_poll which was (accidentally?) disabled http://hg.python.org/cpython/rev/5a022c21ad84 -- nosy: +python-dev ___ Python

[issue16616] test_poll.PollTests.poll_unit_tests() is dead code

2012-12-05 Thread Richard Oudkerk
New submission from Richard Oudkerk: PollTests.poll_unit_tests() is not run because its method name does not begin with "test". It looks it was accidentally disabled when test_poll() was converted to unittest in f56b25168142. Renaming it test_poll_unit_tests() makes it run successfully (at le