set reraise true project wide
Open
- Dominant language
- Python
- Stars
- 8.8k
- Forks
- 359
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Would it be possible to add an option for a pyproject.toml that allows to set the default value of `reraise` to True?
Adding it to each and every of our tests looks tedious.
Maybe something like this:
```toml
[tool.tenacity]
reraise = true
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.