pyinat / pyinaturalist

Python client for iNaturalist
https://pyinaturalist.readthedocs.io
MIT License
130 stars 17 forks source link

Fix KeyError when using create_observation() in dry-run mode #538

Closed JWCook closed 8 months ago

JWCook commented 8 months ago

Plus some other improvements for mock responses. Fixes #536.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2a1250e) 95.98% compared to head (3061faf) 95.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #538 +/- ## ======================================= Coverage 95.98% 95.99% ======================================= Files 59 59 Lines 3314 3319 +5 Branches 635 635 ======================================= + Hits 3181 3186 +5 Misses 95 95 Partials 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.