-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Only detect 100% sure test names
Previously, we would treat any string literal inside the apply of a test function as a name of such function, but each test name can actually be any kind of expression, so we would not detect the correc tname always. Now, we only detect names of tests if they are of an expected format, either simple string, select or a tag. Fixes #6617
- Loading branch information
1 parent
862a352
commit 8eeebaf
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters