Skip to content

Allow to filter long tests using a command line argument #2809

@brice-gros

Description

@brice-gros

Currently long running tests are enabled at compile time, it would be nicer to be able to select them at runtime with a command line argument for instance.

mytest --all               # run all normal tests except the long tests
mytest --all --long        # run all normal and long tests
mytest MyTestSuite         # run all normal tests in MyTestSuite
mytest --long MyTestSuite  # run all normal and long tests in MyTestSuite

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions