Closed yxtay closed 4 months ago
Respects min argument for wait_random_exponential
min
wait_random_exponential
high
low
pytest tests/test_tenacity.py::TestWaitConditions::test_wait_random_exponential
Any update on merging this please?
Summary
Respects
min
argument forwait_random_exponential
min
argument only affects computing thehigh
range of the uniform samplingmin
does not affect thelow
range of the uniform sampling, hence the sampled wait may be lower thanmin
specifiedTests