JWCook / requests-ratelimiter

Easy rate-limiting for python requests
MIT License
84 stars 5 forks source link

Fix pickling #100

Closed ValueRaider closed 4 months ago

ValueRaider commented 4 months ago

Fix #99

Don't blindly merge! I lazily put tests in a file in root folder, can you decide how best to integrate into test/?

codecov-commenter commented 4 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 93.54%. Comparing base (728e4dd) to head (d9a33d4). Report is 15 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #100 +/- ## ========================================== + Coverage 92.85% 93.54% +0.69% ========================================== Files 2 2 Lines 56 62 +6 Branches 9 11 +2 ========================================== + Hits 52 58 +6 Misses 2 2 Partials 2 2 ```

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

ValueRaider commented 4 months ago

Done