-
-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suffix location matching (Match test locations where test name and co…
…de structure differ) (#1922) * Match test locations by suffix Improves code location matching for some tests, like where expecto testList groupings are composed into another testList. Enables location-based features (like gutter status) for those tests. * Match displaced test hierarchy fragments recursively I used suffix matching to locate tests in code where the code and result structure don't match. This adds recursively matching the children of those matched fragments so they also show locations after initial location matchin, but we don't have to do more suffix matching than neccessary. * Prevent mislocated tests showing incorrectly in test explorer
- Loading branch information
1 parent
74e9802
commit c6bc775
Showing
1 changed file
with
142 additions
and
28 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