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.

Author varmaa
Recipients varmaa
Date 2007-08-24.01:54:07
SpamBayes Score 0.3513968
Marked as misclassified No
Message-id <1187920447.34.0.203956739279.issue1008@psf.upfronthosting.co.za>
In-reply-to
Content
This patch refactors test_signal.py to use unittest.  When this patch is
applied, Lib/test/output/test_signal can be removed.

I tried to refactor out individual tests from the original script and
place them in separate test cases.
Files
File name Uploaded
refactored_test_signal.py.patch varmaa, 2007-08-24.01:54:07
History
Date User Action Args
2007-08-24 01:54:07varmaasetspambayes_score: 0.351397 -> 0.3513968
recipients: + varmaa
2007-08-24 01:54:07varmaasetspambayes_score: 0.351397 -> 0.351397
messageid: <1187920447.34.0.203956739279.issue1008@psf.upfronthosting.co.za>
2007-08-24 01:54:07varmaalinkissue1008 messages
2007-08-24 01:54:07varmaacreate