Issue 23015: Improve test_uuid - Python tracker (original) (raw)
Issue23015
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) * ![]() |
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) ![]() |
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:10 | admin | set | github: 67204 |
2014-12-15 12:13:18 | serhiy.storchaka | set | status: open -> closedassignee: serhiy.storchakaresolution: fixedstage: patch review -> resolved |
2014-12-15 11:02:53 | python-dev | set | nosy: + python-devmessages: + |
2014-12-08 20:33:09 | serhiy.storchaka | create |