redding / assert

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

`-l` CLI option for just listing out the test files #216

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

This would take all the other CLI args (like -c, partial file paths, etc) and just list out the test files that would be loaded and run. Almost like the "dry run" option on Capistrano. The goals here is 1) debugging and 2) can be used in a script to run each test file individually.

I think this is a better approach than #215.