Skip to content

Allow to configure a (regex?) pattern which is used to find executables containing tests #6

@jonnydee

Description

@jonnydee

The documentation says test executables are (only) found if their file names end with 'test' or 'tests'. However, in our (very big) project we cannot change how our test executables are named, because their name follows a company-wide naming rule and the complete build system relies on it and, hence, such a change would be very expensive.
So it would be nice if there was a way to customize how those test executables may be named. The most flexible way would be a regular expression. But a configurable list of file name postfixes would also suffice -- at least in our case.
For backward compatibility, you could define a regular expression maching file names ending with 'test' or 'tests', or if youl rather liked the second approach, you could add 'test' and 'tests' to that postfix list as a default.

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