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

fix: replace deprecated method #297

Merged
merged 1 commit into from
Feb 13, 2024
Merged

fix: replace deprecated method #297

merged 1 commit into from
Feb 13, 2024

Conversation

Silvanoc
Copy link
Contributor

@Silvanoc Silvanoc commented Feb 13, 2024

Unittest method "assertEquals" is deprecated since Python 3.1, but was still present in the code.

The deprecated method was removed with bpo-45162 1 and merged on 3.11.

Unittest method "assertEquals" is deprecated since Python 3.1, but was
still present in the code.

The deprecated method was removed with bpo-45162 [1] and merged on 3.11.

[1]: python/cpython#28268

Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2e35728) 62.90% compared to head (ad09d00) 62.90%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #297   +/-   ##
=======================================
  Coverage   62.90%   62.90%           
=======================================
  Files          62       62           
  Lines        8529     8529           
  Branches     2239     2239           
=======================================
  Hits         5365     5365           
  Misses       2554     2554           
  Partials      610      610           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmungall cmungall merged commit cbe0300 into main Feb 13, 2024
7 checks passed
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.

2 participants