[New-bugs-announce] [issue1163] Patch to make py3k/Lib/test/test_thread.py use unittest

Jono DiCarlo report at bugs.python.org
Thu Sep 13 22:44:44 CEST 2007


New submission from Jono DiCarlo:

In the google spreadsheet for py3k tasks for the sprint last month, one
of the listed tasks was to convert Lib/test/test_thread to use the
unittest module, where it previously was using the old-style testing
(i.e. comparing output of print statements to a text file).  I'm
attatching a patch that makes that change.

This is my first time submitting a patch to Python, so please let me
know if I'm doing anything wrong (or if this patch is redundant).

----------
components: Tests
files: jdicarlo_stdlibtests_patch_sep7.diff
messages: 55899
nosy: JonoDiCarlo
severity: minor
status: open
title: Patch to make py3k/Lib/test/test_thread.py use unittest
type: rfe
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1163>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdicarlo_stdlibtests_patch_sep7.diff
Type: text/x-patch
Size: 9757 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070913/febdae95/attachment.bin 


More information about the New-bugs-announce mailing list