Skip to content

Allow running just non-fuzzed tests #589

@cllns

Description

@cllns

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions