Closed muxator closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.52%. Comparing base (
c5f8eb7
) to head (d1473a9
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
This LGTM, feel free to merge!
Before this change, the test log contained 37 entries like this:
After this change, on my machine the test log shrinks from 1672 to 1405 lines (16% less).
At some point in time, we will migrate to Pytest 8.x, and this would be an hindrance.
A reference for the fix can be found at https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose
Affected tests were found with:
rg "def (setup|teardown)\(" tests
Please merge this after #82 (migration to python 3.12).