Uh oh!
There was an error while loading. Please reload this page.
Execute the unit tests during the build. - #29
Merged
Conversation
natidea
commented
Aug 9, 2016
Contributor
👍 |
eerhardt
commented
Aug 9, 2016
MemberAuthor
Yes. It is going to take more work to get VS to execute the tests. But this is a start. At least they will run in CI. |
333fred
commented
Aug 9, 2016
Member
👍 modulo comment |
Member
There was a problem hiding this comment.
Not unless we plan on shipping C++/VB code.
nguerrera pushed a commit
that referenced
this pull request
Oct 10, 2016
Execute the unit tests during the build.
mmitche pushed a commit
to mmitche/sdk
that referenced
this pull request
Jun 5, 2020
Removing the project.json from NetCore library
GangWang01 pushed a commit
to GangWang01/sdk
that referenced
this pull request
Mar 20, 2023
Add test for UncompressedDigest Fixdotnet#29
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.
This change executes our unit tests during the build.
Basically the approach is that we have a
src\Dependencies\xUnit.netproject that ensures the xunit assemblies are placed into the tests directory. The tests are executed by the build.proj, just like it is in dotnet\roslyn-project-system's build.proj.I had to copy a little bit of infrastructure from @333fred's PR: #7
@natidea@333fred@davkean@livarcocc @piotrpMSFT @brthor