issues
search
pydanny
/
refry
Refry is a modern, maintained, typed easy-to-use retry decorator.
BSD 3-Clause "New" or "Revised" License
22
stars
1
forks
source link
Adds unit tests for retry decorator
#8
Closed
rjvitorino
closed
5 months ago
rjvitorino
commented
5 months ago
Implements tests for retry success scenario
Adds tests for eventual success after retries
Includes tests for retry exhausted cases
Adds tests for custom rate limit exception handling
Ensures tests cover the correct number of retry attempts
Addresses issue #1
Addresses issue #1