redding / assert

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

handle and apply options from the CLI #111

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This updates the initialization to parse and honor CLI options. There are options for the runner seed, output, halt on fail and debug handling.

This also includes a renaming the output option to show_output (trying to be more clear about its intent).

kellyredding commented 11 years ago

@jcredding - ready for review now

jcredding commented 11 years ago

@kellyredding - This looks great. :boom: