Closed mesozoic closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
542a4a1
) 99.61% compared to head (59814ea
) 99.61%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Calling
api.base(..., validate=True)
multiple times in a row causes excessive network traffic. This branch adds a newforce=
kwarg that determines whether we ignore cached metadata when validating an ID/name, and by default leaves that behavior off.Along the way I noticed a test that was broken (it passed when it really shouldn't). Fixed that too.