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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2013-05-29.12:20:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369830000.95.0.179404474041.issue18094@psf.upfronthosting.co.za>
In-reply-to
Content
Tests in test_uuid just silently skipped if ran on unsuitable platform or if required module is not available. In such cases tests resulted as succesful passed. The proposed patch uses unittest.skipUnless to mark them as skipped.
History
Date User Action Args
2013-05-29 12:20:01serhiy.storchakasetrecipients: + serhiy.storchaka
2013-05-29 12:20:00serhiy.storchakasetmessageid: <1369830000.95.0.179404474041.issue18094@psf.upfronthosting.co.za>
2013-05-29 12:20:00serhiy.storchakalinkissue18094 messages
2013-05-29 12:20:00serhiy.storchakacreate