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 test_asyncio
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: gvanrossum, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2013-11-14 20:40 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_asyncio_asserts.patch serhiy.storchaka, 2013-11-14 20:40 review
Messages (4)
msg202880 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-11-14 20:40
The proposed patch makes test_asyncio use more specific asserts. This will provide more useful failure report.
msg202882 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2013-11-14 20:45
Looks good -- please commit.
msg202889 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-11-14 21:11
New changeset 7e00bdada290 by Serhiy Storchaka in branch 'default':
Issue #19589: Use specific asserts in asyncio tests.
http://hg.python.org/cpython/rev/7e00bdada290
msg202892 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-11-14 21:13
Done.
History
Date User Action Args
2022-04-11 14:57:53adminsetgithub: 63788
2013-11-14 21:13:45serhiy.storchakasetstatus: open -> closed
messages: + msg202892

assignee: serhiy.storchaka
resolution: fixed
stage: patch review -> resolved
2013-11-14 21:11:34python-devsetnosy: + python-dev
messages: + msg202889
2013-11-14 20:45:21gvanrossumsetmessages: + msg202882
2013-11-14 20:41:39serhiy.storchakalinkissue16510 dependencies
2013-11-14 20:40:50serhiy.storchakacreate