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.

classification
Title: Improve test_uuid
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-12-08 20:33 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_uuid.patch serhiy.storchaka, 2014-12-08 20:33 review
Messages (2)
msg232327 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-12-08 20:33
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.
msg232655 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-12-15 11:02
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
History
Date User Action Args
2022-04-11 14:58:10adminsetgithub: 67204
2014-12-15 12:13:18serhiy.storchakasetstatus: open -> closed
assignee: serhiy.storchaka
resolution: fixed
stage: patch review -> resolved
2014-12-15 11:02:53python-devsetnosy: + python-dev
messages: + msg232655
2014-12-08 20:33:09serhiy.storchakacreate