Open
Description
This could be achieved easily by either:
- Filtering out the non-matching pickles, OR
- Marking them with
skip: true
so they aren't run
The latter seems odd but is consistent with how Node.js does filtering by test name.
The question is more how we support configuring it, see #13.