This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Improve queue tests
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: bbrazil, brett.cannon
Priority: normal Keywords: patch

Created on 2010-07-23 16:12 by bbrazil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_queue.patch bbrazil, 2010-07-23 16:12
Messages (2)
msg111354 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-07-23 16:12
The attached patch improves the code coverage of queue to 98% by testing empty, full, put_nowait, get_nowait and some error conditions.
msg111365 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-07-23 16:56
r83108
History
Date User Action Args
2022-04-11 14:57:04adminsetgithub: 53603
2010-07-23 16:56:33brett.cannonsetnosy: + brett.cannon
messages: + msg111365
2010-07-23 16:56:04brett.cannonsetstatus: open -> closed
resolution: accepted
stage: resolved
2010-07-23 16:12:24bbrazilcreate