Uh oh!
There was an error while loading. Please reload this page.
Add RunSettingsConfigurationProvider unit tests - #10796
Merged
Amaury Levé (Evangelink) merged 2 commits intoAug 27, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b1d6d98c-426e-4f72-862c-2488f4df176e
Contributor
There was a problem hiding this comment.
Pull request overview
Adds direct unit coverage for VSTestBridge runsettings configuration behavior.
Changes:
- Tests provider lifecycle and identity.
- Covers result-directory lookup and hierarchy traversal.
- Verifies configuration rebuilding.
Show a summary per file
| File | Description |
|---|---|
RunSettingsConfigurationProviderTests.cs | Adds focused provider unit tests. |
Review details
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Balanced
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b1d6d98c-426e-4f72-862c-2488f4df176e
Amaury Levé (Evangelink)
enabled auto-merge (squash)
August 27, 2026 12:02
Petr Pokorny (0101)
approved these changes
Aug 27, 2026
Uh oh!
There was an error while loading. Please reload this page.
Amaury Levé (Evangelink)
deleted the
dev/amauryleve/run-settings-provider-tests
branch
August 27, 2026 12:17
3 tasks
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RunSettingsConfigurationProviderBasecontains configuration routing and XML lookup logic that previously had no direct unit coverage.This adds focused tests through the VSTestBridge provider for lifecycle and identity members,
ResultsDirectorylookup success and failure cases, scalar access, hierarchy traversal, and rebuilding with an empty parse result.Closes#10783