Closed stronk7 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
de2bd4d
) 96.59% compared to head (6ffdc32
) 96.58%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm self-merging this towards a round of releases soon.
Fix a couple of Sniffs that were able to enter into an infinite loop when processing
test_xxx
abstract methods.Also adds a change to previous guard against that, because it was causing the abstract methods not to be processed.
Covered with tests.
Fixes #93