| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… the Unit Test Mode Detector
There was a problem hiding this comment.
This pull request adds support for the Microsoft Testing Platform (MTP) as a test runner alongside the existing NUnit framework. The changes include configuration files for MTP, updates to test detection logic, new unit tests, and significant dependency version upgrades.
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file| File | Description |
|---|---|
| src/testconfig.json | Configures MTP parallel execution and code coverage settings with module path filters |
| src/global.json | Specifies Microsoft Testing Platform as the test runner |
| src/Splat/ModeDetection/DefaultModeDetector.cs | Adds "MICROSOFT.TESTING.PLATFORM" to the list of recognized test framework markers |
| src/Splat.Tests/ModeDetection/DefaultModeDetectorTests.cs | Adds two new tests to verify MTP detection functionality |
| src/Directory.Packages.props | Updates package versions including Microsoft.Extensions packages, test SDK, and introduces framework-specific versioning logic for System.Runtime.Serialization.Formatters |
| src/Directory.Build.props | Configures MTP support properties and adds testconfig.json to test projects with code coverage package reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Codecov Report❌ Patch coverage is 2.56410% with 38 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #1454 +/- ##
===========================================
- Coverage 73.27% 41.29% -31.99%
===========================================
Files 108 149 +41
Lines 4345 7822 +3477
Branches 617 844 +227
===========================================
+ Hits 3184 3230 +46
- Misses 963 4408 +3445
+ Partials 198 184 -14 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request introduces support for the Microsoft Testing Platform (MTP) as a test runner, updates several test dependencies, and ensures the codebase and tests are compatible with the latest tooling. The most important changes are grouped below:
Microsoft Testing Platform (MTP) Integration:
Dependency and Package Updates:
Test and Detection Enhancements: