[issue9357] Improve queue tests

2010-07-23 Thread Brett Cannon
Brett Cannon added the comment: r83108 -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue9357] Improve queue tests

2010-07-23 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue9357] Improve queue tests

2010-07-23 Thread Brian Brazil
New submission from Brian Brazil : The attached patch improves the code coverage of queue to 98% by testing empty, full, put_nowait, get_nowait and some error conditions. -- components: Library (Lib) files: test_queue.patch keywords: patch messages: 111354 nosy: bbrazil priority: normal