redding / assert

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

run only tests that match a desc regex #209

Open kellyredding opened 9 years ago

kellyredding commented 9 years ago

only runs tests that match a given desc regex.

assert -c -n /when\ init/ - only run init context tests assert -c -n /"know its attributes"/ - only run the "know its attributes" test

This would augment any option to run tests by line number.