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
My tests do not use any random generators bit I still get Randomness seeded to: ####### message.
Is there a way to turn off rand-related stuff or silence this message?
The text was updated successfully, but these errors were encountered:
No, all built-in reporters report it. It guards both the output of random Generators, and shuffle order of tests, so it is important for reproducibility.
Currently the only way to disable the output is to provide your own reporter.
My tests do not use any random generators bit I still get
Randomness seeded to: #######
message.Is there a way to turn off rand-related stuff or silence this message?
The text was updated successfully, but these errors were encountered: