[issue26840] Hidden test in test_heapq

2016-04-24 Thread Berker Peksag
Berker Peksag added the comment: This is a duplicate of issue 19119. -- nosy: +berker.peksag resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> duplicate test name in Lib/test/test_heapq.py ___ Python track

[issue26840] Hidden test in test_heapq

2016-04-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: There are two methods test_get_only in TestErrorHandling in test_heapq. The latter hides the former. There is only one test_get_only in 2.7. -- assignee: rhettinger components: Tests messages: 264123 nosy: rhettinger, serhiy.storchaka priority: nor