Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-37075: Fix string concatenation in assert_has_awaits error message #13616

Merged
merged 2 commits into from
May 29, 2019

Conversation

tirkarthi
Copy link
Member

@tirkarthi tirkarthi commented May 28, 2019

  • Fix the implicit string concatenation in assert_has_awaits error message.
  • Use "await" instead of "call" in assert_awaited_with error message.

https://bugs.python.org/issue37075

@tirkarthi
Copy link
Member Author

I feel this doesn't require NEWS entry since this is change in error message for unreleased code. If needed I can add one.

@asvetlov asvetlov self-assigned this May 28, 2019
@miss-islington miss-islington merged commit 0ae022c into python:master May 29, 2019
@tirkarthi
Copy link
Member Author

Thanks @asvetlov :)

DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
pythonGH-13616)

* Fix the implicit string concatenation in `assert_has_awaits` error message.
* Use "await" instead of "call" in `assert_awaited_with` error message.



https://bugs.python.org/issue37075
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants