bpo-32992: Unittest: Automatically run coroutines in a loop.#6005
bpo-32992: Unittest: Automatically run coroutines in a loop.#6005PetterS wants to merge 1 commit intopython:masterfrom
Conversation
If test methods, setUp, or tearDown are coroutine functions, they will be executed in the default loop.
1st1
left a comment
There was a problem hiding this comment.
I left some comments in the issue. Let's first discuss it there.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be poked with soft cushions! |
|
Closing the PR as its parent issue is a duplicate of another issue which already has an active PR. |
If test methods, setUp, or tearDown are coroutine functions, they will be
executed in the default loop.
https://bugs.python.org/issue32992