redding / assert

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

Inverting `show_output` option to be named `capture_output` #128

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This is more intuitive and better matches the defaults. The default (capture_output = false) is still to show output as the tests are run, but now the "easy" option -o does the opposite of the default which is more appropriate.

Overall, makes this a more intuitive option while maintaining the same default behavior.

@jcredding ready for review.

jcredding commented 11 years ago

@kellyredding - Holla :boom: