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: Use specific asserts in int 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: mark.dickinson, python-dev, serhiy.storchaka
Priority: normal Keywords: easy, patch

Created on 2014-02-07 20:25 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_long_asserts.patch serhiy.storchaka, 2014-02-07 20:25 review
Messages (4)
msg210543 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-02-07 20:25
The proposed patch makes the int class tests use more specific asserts. This will provide more useful failure report.
msg210596 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2014-02-08 09:13
Looks fine to me.
msg210626 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-08 13:07
New changeset e47c46ede37e by Serhiy Storchaka in branch '2.7':
Issue #20546: Use specific asserts in int tests.
http://hg.python.org/cpython/rev/e47c46ede37e

New changeset 265446b8b48c by Serhiy Storchaka in branch '3.3':
Issue #20546: Use specific asserts in int tests.
http://hg.python.org/cpython/rev/265446b8b48c

New changeset 79ddfbea25d7 by Serhiy Storchaka in branch 'default':
Issue #20546: Use specific asserts in int tests.
http://hg.python.org/cpython/rev/79ddfbea25d7
msg210637 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-02-08 13:38
Thank you for your review Mark.
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64745
2014-02-08 13:38:09serhiy.storchakasetstatus: open -> closed
messages: + msg210637

assignee: serhiy.storchaka
resolution: fixed
stage: patch review -> resolved
2014-02-08 13:07:56python-devsetnosy: + python-dev
messages: + msg210626
2014-02-08 09:13:12mark.dickinsonsetnosy: + mark.dickinson
messages: + msg210596
2014-02-07 20:29:32serhiy.storchakalinkissue16510 dependencies
2014-02-07 20:25:43serhiy.storchakacreate