Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tests reproducible #59

Open
thefarwind opened this issue Aug 22, 2016 · 0 comments
Open

Make tests reproducible #59

thefarwind opened this issue Aug 22, 2016 · 0 comments
Labels
Milestone

Comments

@thefarwind
Copy link
Owner

Currently, tests heavliy make use of the rand crate. While this is nice for just general checking, if a test fails the test should be reproducible. Therefore, the seed should either be A) Set before hand or B) recorded if an error occurs, and have the random seed be settable.

I would strongly prefer to implement method B.

@thefarwind thefarwind added this to the Release 1.0 milestone Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant