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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to