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

Replace all uses of assertEquals with assertEqual #473

Merged
merged 1 commit into from
Jul 30, 2017
Merged

Replace all uses of assertEquals with assertEqual #473

merged 1 commit into from
Jul 30, 2017

Conversation

jdufresne
Copy link
Contributor

assertEquals is deprecated in favor of assertEqual.

When running tests, fixes warnings of the form:

DeprecationWarning: Please use assertEqual instead.

For more information, see:

https://docs.python.org/3/library/unittest.html#deprecated-aliases

assertEquals is deprecated in favor of assertEqual.

When running tests, fixes warnings of the form:

  DeprecationWarning: Please use assertEqual instead.

For more information, see:

https://docs.python.org/3/library/unittest.html#deprecated-aliases
@thedrow thedrow merged commit 008ebbd into oauthlib:master Jul 30, 2017
@thedrow
Copy link
Collaborator

thedrow commented Jul 30, 2017

Thanks!

@jdufresne jdufresne deleted the assertequal branch October 24, 2017 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants