-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
I have a suite of fuzzed and non-fuzzed tests. Sometimes I'd like to be able to run just the non-fuzzed tests, since they're much much faster (and the fuzzing floods the terminal with tons of noisy failures, see: #327)
A simple way to do this would be to allow elm-test --fuzz 0. Right now it says:
error: option '--fuzz <int>' argument '0' is invalid. Expected at least 1.
If this is implemented, there should be a conspicuous notice that all fuzz tests are skipped.
Another option would be calling the CLI arg --skip-fuzz
Metadata
Metadata
Assignees
Labels
No labels