-
Notifications
You must be signed in to change notification settings - Fork 144
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
Switch DataTestMethod to TestMethod #849
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #849 +/- ##
=======================================
Coverage 46.47% 46.47%
=======================================
Files 355 355
Lines 14151 14151
Branches 1163 1163
=======================================
Hits 6577 6577
Misses 7026 7026
Partials 548 548 ☔ View full report in Codecov by Sentry. |
test/Microsoft.Sbom.Parsers.Spdx22SbomParser.Tests/Parser/SbomFileParserTests.cs
Show resolved
Hide resolved
test/Microsoft.Sbom.Parsers.Spdx22SbomParser.Tests/Parser/SbomRelationshipParserTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @Youssef1313! I've requested a minor change just to follow consistent formatting in the test layout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for losing track of this, @Youssef1313! Thanks for the contribution :)
/azp run |
Minor tweaks for consistency
/azp run |
Closing and reopening to see if that gets the PR build to trigger |
/azp run |
/azp run |
DataTestMethodAttribute is functionally the same as TestMethodAttribute and they are interchangeable. Using DataTestMethodAttribute is no longer recommended and may be dropped in MSTest v4.