[New-bugs-announce] [issue18094] Skip tests in test_uuid not silently
Serhiy Storchaka
report at bugs.python.org
Wed May 29 14:20:00 CEST 2013
New submission from Serhiy Storchaka:
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.
----------
components: Tests
files: test_uuid.patch
keywords: patch
messages: 190296
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Skip tests in test_uuid not silently
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30410/test_uuid.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18094>
_______________________________________
More information about the New-bugs-announce
mailing list