necessist
necessist copied to clipboard
Add option to "dry run" tests by just building them
This would benefit projects where (1) there are tests that are slow to run, and (2) those tests have no removal candidates.
Syntax-wise, the option might be--dry-run MODE
, with MODE
one of off
, build-only
, or on
.
--no-dry-run
would then become an alias for --dry-run off
.