Closed dwhswenson closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f276750
) 89.27% compared to head (9932e68
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is ready for review and comment. Without review, I will merge this after at least 24 hours, no sooner than Mon 29 Jan 17:00 GMT (11:00 my local).
Noting here that the pytest.warns(None)
issue had been previously solved by @sroet in #124, which I hadn't merged. I merged that one, hoping that credit will go where it is due. FWIW, the only difference (character-by-character) in our solutions were a single vs double quote (took @sroet's single) and that I had added a comment (kept my additional comment.)
Pytest prefers (and now, apparently requires) the use of
setup_method
instead ofsetup
.Looks like there was also a problem to fix about newer pytest not liking
pytest.warns(None)
as a way to indicate that no warnings were issued.