redding / assert

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

update single test runs to output the runner seed #262

Closed nweathersbee closed 8 years ago

nweathersbee commented 8 years ago

This is used not only to control the order tests are run in (which doesn't apply to single tests) but also seeds any pseudo-random value generation. It would be nice to see what seed was used on single runs so that subsequent runs could use the same pseudo-random values.

(from Kelly)