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.