box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
377 stars 60 forks source link

Is it possible to pass a `numpy.SeedSequence` into flaky? #191

Open adam2392 opened 1 year ago

adam2392 commented 1 year ago

Hi,

I was wondering if it is possible to pass in the new SeedSequence from numpy into flaky so that way one can get different test runs over the flaky instances, but also control over what RNG seed is used in each instance, so the test is fully reproducible.