getsentry / responses

A utility for mocking out the Python Requests library.
Apache License 2.0
4.08k stars 347 forks source link

[README] Make "Validate Retry mechanism" code snippet complete #701

Closed Priyansh121096 closed 5 months ago

Priyansh121096 commented 5 months ago

It was missing the urllib3.util.Retry import.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (6950c9e) 99.70% compared to head (4de4710) 99.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #701 +/- ## ========================================== + Coverage 99.70% 99.93% +0.22% ========================================== Files 9 9 Lines 3061 3054 -7 ========================================== Hits 3052 3052 + Misses 9 2 -7 ```

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

markstory commented 5 months ago

Thank you 🎉