linkml / linkml-runtime

Runtime support for linkml generated models
https://linkml.io/linkml/
Creative Commons Zero v1.0 Universal
22 stars 21 forks source link

fix: replace deprecated method #297

Closed Silvanoc closed 5 months ago

Silvanoc commented 5 months ago

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.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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 ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.