Closed trappitsch closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
207131b
) 99.03% compared to head (2bec651
) 99.03%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add support and testing for py3.12, drop 3.7 since EOL. Change a test to
assert_has_calls
, sincehas_calls
seems to be depreciated in 3.12.Note: There are a few more depreciation warnings that need to be taken care of. However, this should be fixed in a separate PR.