Skip to content

Commit

Permalink
Add configurable retry parameters and unit tests
Browse files Browse the repository at this point in the history
Introduced the `DictConfig` class to manage default retry parameters in a singleton dictionary. Refactored initialization methods, adding a new `get` method for better configuration access. Included a new test class `TestRetryDefaults` to verify `dict_config` functionalities.
  • Loading branch information
SalvatoreZagaria committed Sep 28, 2024
1 parent 506a573 commit 8329735
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
prelude: >
This release introduces configurable retry parameters with the
DictConfig class and adds comprehensive unit tests for default
configurations.
features:
- Added `DictConfig` class to manage default retry parameters
- in a singleton dictionary. (Commit 622bea5)
improvements:
- Refactored the initialization method by removing redundant
- attribute checks and adding a new `get` method for better
- configuration access. (Commit 25efec0)
issues:
- Included a new test class `TestRetryDefaults` to verify
- `dict_config` functionalities within tenacity. (Commit 58b9993)

0 comments on commit 8329735

Please sign in to comment.