Skip to content

[Feature request] Exclude tests #134

@luraess

Description

@luraess

In some settings, it may be handy to be able to run most of the tests from a test suite with exception of some. Having the possibility to exclude tests (and not only to include a subset) while running them e.g. interactively would circumvent the need of listing all tests to include but the one to exclude.

A possible syntax could be with a leading exclamation mark, like in gitignore, as suggested by @giordano, e.g.

Pkg.test("AMDGPU"; test_args=`--jobs=8 !hip_rocarray`)

to exclude only the hip_roccaraytests from AMDGPU.jl, for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions