redding / assert

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

added a CLI (`assert`) for running tests with options #104

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Rake is awful and I want to move away from supporting it. This adds a CLI to replace rake tasks for running tests.

The CLI globs any given paths with its test files and loads the matching files. This allows you to use tab-completion when selecting which tests to run. No test behavior has changed, just the mechanism for loading multiple test files.

I added a deprecation warning to the rake task stuff. They will be removed in version 2.0.

kellyredding commented 11 years ago

@jcredding ready for review please

jcredding commented 11 years ago

@kellyredding - Awesome, very simple implementation. I'm good with merging. :boom: