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

replacing assert_ with assertTrue to avoid deprecation warning #602

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

aaronayres35
Copy link
Contributor

fixes #526
This change address the first two bullets on issue #582
The remaining bullets will be done in separate PRs.

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2020

Codecov Report

Merging #602 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #602   +/-   ##
=======================================
  Coverage   38.97%   38.97%           
=======================================
  Files         487      487           
  Lines       26798    26798           
  Branches     4066     4066           
=======================================
  Hits        10445    10445           
  Misses      15897    15897           
  Partials      456      456           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f3202b...d6c387c. Read the comment docs.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I checked the CI logs and i don't see the warnings anymore.

@aaronayres35 aaronayres35 merged commit 2899d7c into master Jul 20, 2020
@aaronayres35 aaronayres35 deleted the fix-testsuite-warnings branch July 20, 2020 11:57
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.

Uses of deprecated TestCase.assert_ method
3 participants