Skip to content
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

Closed
ErikSchierboom opened this issue Feb 7, 2017 · 3 comments · Fixed by #199
Closed

Replace NUnit with Xunit #193

ErikSchierboom opened this issue Feb 7, 2017 · 3 comments · Fixed by #199
Assignees

Comments

@ErikSchierboom
Copy link
Member

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 :)

@ErikSchierboom ErikSchierboom self-assigned this Feb 7, 2017
@ErikSchierboom
Copy link
Member Author

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.

@robkeim
Copy link
Contributor

robkeim commented Feb 7, 2017

Progress is looking great so far @ErikSchierboom! I'd do a more thorough review once you send the final PR.

@ErikSchierboom
Copy link
Member Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants