You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.