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

De-randomized tests #21

Open
1 of 2 tasks
lostella opened this issue Mar 28, 2017 · 1 comment
Open
1 of 2 tasks

De-randomized tests #21

lostella opened this issue Mar 28, 2017 · 1 comment
Labels

Comments

@lostella
Copy link
Member

lostella commented Mar 28, 2017

As noted several times, code coverage bounces up and down due to randomized tests. One way of avoiding this is to hardcode all cases to be tested: time consuming, but allows to cover all borderline cases. A simpler way would be to initialize the RNG seed somewhere. Definitely not a major issue, but also serves as reminder that we should put order to tests at some point.

  • Set at least the RNG seed
  • De-randomize tests
@mfalt
Copy link
Collaborator

mfalt commented Mar 28, 2017 via email

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

2 participants