redding / assert

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

handle and apply ENV settings #112

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This updates the initialization to honor env var settings. Right now, runner_seed is the only setting driven by an env var.

I chose to remove the boolean options from the env settings b/c of difficulty in parsing and the ambiguity in handling the values parsed. Ultimately it's easier to just use the flags anyway. We can always handle them at a later time.

Closes #98. Closes #99.

@jcredding ready for review.

jcredding commented 11 years ago

@kellyredding - Looks good. I like waiting on the boolean vars, if it becomes an issue, you can make a decision then. :boom: