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 least under 
Linux).

Is it sufficient to reenable it only for the 3.4 branch?

----------
components: Tests
messages: 176989
nosy: georg.brandl, sbt
priority: normal
severity: normal
stage: needs patch
status: open
title: test_poll.PollTests.poll_unit_tests() is dead code
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16616>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to