Issue 19604: Use specific asserts in array tests (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/63803
classification
Title: | Use specific asserts in array tests | ||
---|---|---|---|
Type: | enhancement | Stage: | resolved |
Components: | Tests | Versions: | Python 3.3, Python 3.4, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | serhiy.storchaka | Nosy List: | ezio.melotti, python-dev, serhiy.storchaka |
Priority: | normal | Keywords: | patch |
Created on 2013-11-15 09:51 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
test_array_asserts.patch | serhiy.storchaka,2013-11-15 09:51 | review |
Messages (3) | ||
---|---|---|
msg202929 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-11-15 09:51 |
The proposed patch makes the array module tests use more specific asserts. This will provide more useful failure report. | ||
msg203096 - (view) | Author: Ezio Melotti (ezio.melotti) * ![]() |
Date: 2013-11-16 22:09 |
LGTM. | ||
msg203135 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-11-17 10:58 |
New changeset f7d8c7a176fb by Serhiy Storchaka in branch '2.7': Issue #19604: Use specific asserts in array tests. http://hg.python.org/cpython/rev/f7d8c7a176fb New changeset 3650790ca33a by Serhiy Storchaka in branch '3.3': Issue #19604: Use specific asserts in array tests. http://hg.python.org/cpython/rev/3650790ca33a New changeset e8276bb6a156 by Serhiy Storchaka in branch 'default': Issue #19604: Use specific asserts in array tests. http://hg.python.org/cpython/rev/e8276bb6a156 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:53 | admin | set | github: 63803 |
2013-11-17 12:49:13 | serhiy.storchaka | set | status: open -> closedassignee: serhiy.storchakaresolution: fixedstage: patch review -> resolved |
2013-11-17 10:58:19 | python-dev | set | nosy: + python-devmessages: + |
2013-11-16 22:09:45 | ezio.melotti | set | nosy: + ezio.melottimessages: + |
2013-11-15 09:57:58 | serhiy.storchaka | link | issue16510 dependencies |
2013-11-15 09:51:29 | serhiy.storchaka | create |