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 threading tests
Type: enhancement Stage: resolved
Components: Interpreter Core 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 13:23 by bbrazil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
threading_test_cleanup.patch bbrazil, 2010-07-23 13:23
Messages (2)
msg111313 - (view) Author: Brian Brazil (bbrazil) * Date: 2010-07-23 13:23
The attached patch:
Remove unused "self-test" from threading.py that doesn't really test much.

Add better testing for Thread.__repr__.

This brings coverage as measured by regrtest from 40% to 45%.
msg111349 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-07-23 15:51
r83094 and r83095
History
Date User Action Args
2022-04-11 14:57:04adminsetgithub: 53592
2010-07-23 15:51:18brett.cannonsetstatus: open -> closed

nosy: + brett.cannon
messages: + msg111349

resolution: accepted
stage: resolved
2010-07-23 13:23:54bbrazilcreate