Skip to content

[3.10] bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)#30213

Merged
serhiy-storchaka merged 1 commit intopython:3.10from
miss-islington:backport-6ca78af-3.10
Dec 20, 2021
Merged

[3.10] bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)#30213
serhiy-storchaka merged 1 commit intopython:3.10from
miss-islington:backport-6ca78af-3.10

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 20, 2021

To keep checks even if run tests with optimized Python.

Either use special assertion methods like assertEqual() or
raise an AssertionError explicitly.
(cherry picked from commit 6ca78af)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue23819

To keep checks even if run tests with optimized Python.

Either use special assertion methods like assertEqual() or
raise an AssertionError explicitly.
(cherry picked from commit 6ca78af)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
Contributor Author

@serhiy-storchaka: Status check is done, and it's a failure ❌ .

@serhiy-storchaka serhiy-storchaka merged commit 9594816 into python:3.10 Dec 20, 2021
@miss-islington miss-islington deleted the backport-6ca78af-3.10 branch December 20, 2021 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants