redding/assert

run only tests that match a desc regex

Opened this issue · 0 comments

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.