Issue 19589: Use specific asserts in test_asyncio
Issue19589
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) * ![]() |
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) * ![]() |
Date: 2013-11-14 20:45 | |
Looks good -- please commit. |
|||
| msg202889 - (view) | Author: Roundup Robot (python-dev) ![]() |
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) * ![]() |
Date: 2013-11-14 21:13 | |
Done. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:53 | admin | set | github: 63788 |
| 2013-11-14 21:13:45 | serhiy.storchaka | set | status: open -> closed messages: + msg202892 assignee: serhiy.storchaka |
| 2013-11-14 21:11:34 | python-dev | set | nosy:
+ python-dev messages: + msg202889 |
| 2013-11-14 20:45:21 | gvanrossum | set | messages: + msg202882 |
| 2013-11-14 20:41:39 | serhiy.storchaka | link | issue16510 dependencies |
| 2013-11-14 20:40:50 | serhiy.storchaka | create | |

