-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Replace NUnit with Xunit #193
Comments
You can check my progress here. I've done the initial conversion, now I've got to check if all tests still run correctly and if something has been broken. |
Progress is looking great so far @ErikSchierboom! I'd do a more thorough review once you send the final PR. |
This was referenced Feb 8, 2017
Closed
Merged
With #199 merged, this issue can now be closed! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xunit has slowly but steadily been replacing NUnit as the favored testing framework. Virtually all open-source Microsoft code now uses Xunit as the unit-testing framework. The integration with .NET Core is thus also better, as Microsoft has invested in Xunit for its own software and thus has to keep it running. An example of this improved integration is the fact that there is an Xunit template available in the .NET CLI.
p.s. I'm already working on this :)
The text was updated successfully, but these errors were encountered: