redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

use SecureRandom for random test order stuff #102

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Maybe? http://rbjl.net/67-ruby-and-random

kellyredding commented 11 years ago

(notes) After reviewing, this actually won't work for Assert. You want to be able to seed the runner and be able to reproduce the "random" order. SecureRandom ensures a truly random number each time and is not "seedable" and therefore isn't appropriate for Assert. Closing.