You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this tool! I have a use case where I want to ban time.Sleep from test functions to avoid flaky tests. Instead of time.Sleep with a hard-coded timeout, I want to push others to use functions that would retry some operations continuously until some deadline. For that, faillint should be able to operate only on Test*, Benchmark*, and Fuzz* functions. What do you think? Would you be open to adding such an option?
The text was updated successfully, but these errors were encountered:
Thank you for this tool! I have a use case where I want to ban
time.Sleep
from test functions to avoid flaky tests. Instead oftime.Sleep
with a hard-coded timeout, I want to push others to use functions that would retry some operations continuously until some deadline. For that,faillint
should be able to operate only onTest*
,Benchmark*
, andFuzz*
functions. What do you think? Would you be open to adding such an option?The text was updated successfully, but these errors were encountered: