request: Add a --skip
subcommand
#24
Labels
A-features
Area: features (--feature-powerset, --each-feature, etc.)
C-enhancement
Category: A new feature or an improvement for an existing one
Motivation
--feature-powerset
was added recently and it has been really helpful.Unfortunately, if there is a feature that doesn't need to be tested in the
combinations it's not possible to skip. Each additional feature that is tested
in the powerset doubles the run-time so it can be costly as the number of
features grows.
Solution
Add a
--skip
subcommand that can be paired with--each-feature
or--feature-powerset
. The latter subcommands would filter out any featurespassed in
--skip
before running their own logic.I wanted to open the issue before sending in a PR incase @taiki-e had any
thoughts? If this is something you are okay with adding, I can send in a quick
change to add it. It should be fairly straightforward.
The text was updated successfully, but these errors were encountered: