redding / assert

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

have `-c` option take an optional "ref" value #214

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

This value would have different meaning/use depending on what changed files implementation was being used. For the default git implementation, it would be a commit reference (master, abc123, etc) and would be passed to the diff command part of the logic.

Essentially, this would allow you to run assert -c master and it would run every test file that is different than the master counterpart.