Create unit tests for `request.Do` and `request.DoUntil`
Closed this issue · 0 comments
GregoryAlbouy commented
Description
request.Do
and request.DoUntil
are both complex functions that are critical to our use case. As a consequence we need unit tests to make sure they work as intended and we don't introduce regressions during development.
Tasks
- Write unit tests tests for
request.Do
covering all use cases - Write unit tests tests for
request.DoUntil
covering all use cases