openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
276 stars 142 forks source link

Rework Tagging Tests for New Server Specification #1294

Closed LennartPurucker closed 6 months ago

LennartPurucker commented 6 months ago

This PR resolves errors in the hard-coded tags used during tests that were outdated for the current server specification.

I did not adopt the tag logic itself, as I think the server's error message is detailed enough to inform the user. Moreover, if the logic would change again, this would not break.

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (a7bcf07) 81.77% compared to head (860c57a) 85.07%. Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1294 +/- ## =========================================== + Coverage 81.77% 85.07% +3.30% =========================================== Files 38 38 Lines 5120 5120 =========================================== + Hits 4187 4356 +169 + Misses 933 764 -169 ```

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