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 #297

Closed
ErikSchierboom opened this issue Feb 7, 2017 · 3 comments
Closed

Replace NUnit with Xunit #297

ErikSchierboom opened this issue Feb 7, 2017 · 3 comments

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.

Note: we should first do #203, as that would make this transition hopefully just a matter of changing package references :)

@robkeim
Copy link
Contributor

robkeim commented Feb 7, 2017

The same conversion is happening in C# as part of exercism/csharp#193

@stale
Copy link

stale bot commented Apr 29, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@ErikSchierboom
Copy link
Member Author

Fixed by #348.

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

No branches or pull requests

2 participants