[issue29984] Improve test coverage for 'heapq' module

2017-04-04 Thread Robert Day
Changes by Robert Day : -- pull_requests: +1165 ___ Python tracker <http://bugs.python.org/issue29984> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29984] Improve test coverage for 'heapq' module

2017-04-04 Thread Robert Day
New submission from Robert Day: It's currently at 97%: Name Stmts Miss Cover Missing Lib/heapq.py 262 797% 187, 351-352, 375-376, 606-607 I'm submitting a Github PR to fix it. -- components: Test