[issue23015] Improve test_uuid

2014-12-15 Thread Roundup Robot

Roundup Robot added the comment:

New changeset f972583c7c4f by Serhiy Storchaka in branch '2.7':
Issue #23015: Improved testing of the uuid module.
https://hg.python.org/cpython/rev/f972583c7c4f

New changeset 3551dc8af54e by Serhiy Storchaka in branch '3.4':
Issue #23015: Improved testing of the uuid module.
https://hg.python.org/cpython/rev/3551dc8af54e

New changeset fd1d994afe52 by Serhiy Storchaka in branch 'default':
Issue #23015: Improved testing of the uuid module.
https://hg.python.org/cpython/rev/fd1d994afe52

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23015
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23015] Improve test_uuid

2014-12-15 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
assignee:  - serhiy.storchaka
resolution:  - fixed
stage: patch review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23015
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23015] Improve test_uuid

2014-12-08 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

Proposed patch makes following changes to test_uuid.

* Report the test as skipped if this method to determine MAC address doesn't 
work on this platform.
* Output found node value if test ran with -vv.
* Output node values in hexadecimal if node tests fail.
* Check that 47 bit is clear for node values obtained from network card.
* Remove unused commented out code.
* Move internal functions tests to separate test class.

--
components: Tests
files: test_uuid.patch
keywords: patch
messages: 232327
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Improve test_uuid
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file37389/test_uuid.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23015
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com