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
The idea is to similarly seed the random generator in hypothesis.stateful, probably in find_breaking_runner, to ensure that failing tests are reproducible even for code that uses the random module internally.
@givenseeds the global random number generator to zero to minimize flakiness. Stateful testing should do this too but currently doesn't.The text was updated successfully, but these errors were encountered: