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
There are several unit tests that use random inputs that are subsequently tested. I agree that they are useful to find bugs when written in this manner, but we should include the random seed of the random number generator (or the specific input that causes the test to fail) in the test logging.
There are several unit tests that use random inputs that are subsequently tested. I agree that they are useful to find bugs when written in this manner, but we should include the random seed of the random number generator (or the specific input that causes the test to fail) in the test logging.
Associated with #70.
The text was updated successfully, but these errors were encountered: