Skip to content

Fix Test Explorer issues #2291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2025
Merged

Fix Test Explorer issues #2291

merged 3 commits into from
Apr 11, 2025

Conversation

billti
Copy link
Member

@billti billti commented Apr 11, 2025

This PR fixes two issues.

Firstly, Q# code used in chat contexts was showing up in the Test Explorer as additional documents (and possibly other locations). It seems to use a few schemes all starting with 'chat', so excluding those.

Secondly, the location given for failing tests was often wrong, and falling back to the first 'related' location span when we're also using that for the document uri anyway resolves that issue. (And seems like the correct thing to do anyway).

@billti
Copy link
Member Author

billti commented Apr 11, 2025

Note: related to #944

@billti billti enabled auto-merge April 11, 2025 16:50
@billti billti added this pull request to the merge queue Apr 11, 2025
Merged via the queue into main with commit c115078 Apr 11, 2025
18 checks passed
@billti billti deleted the billti/test-fixes branch April 11, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants