Skip to content

[WIP] xUnit - #196

Closed
ErikSchierboom wants to merge 22 commits into
exercism:masterfrom
ErikSchierboom:xunit
Closed

[WIP] xUnit#196
ErikSchierboom wants to merge 22 commits into
exercism:masterfrom
ErikSchierboom:xunit

Conversation

@ErikSchierboom

Copy link
Copy Markdown
Member

This is a WIP PR to fix #193. There were several oddities, most notably the fact that xUnit doesn't out of the box handle nested enumerable equality. On the plus side, xUnit is now the preferred unit test framework for .NET Core and it will be very easy getting it to work there. Also, we no longer need a special case handling for AppVeyor (and possible CircleCI).

As there are so many changes, I'd really like a thorough review. If things are good, I think we should then leave it unmerged for a while, as otherwise we would have to adjust our documentation, which we would then have to anyway when we convert to .NET Core.

That would be the next thing I'm working on, converting to .NET Core. I will be doing that based on the code in this PR. Good times coming!

@robkeim

robkeim commented Feb 11, 2017

Copy link
Copy Markdown
Contributor

@ErikSchierboom I'd love to look through this but I'm moving tomorrow and I won't have time before then. I'll be back online after my vacation the second weekend of March.

I'm sure that you and @balazsbotond will keep everything up and running while I'm gone, and I'll "see" you soon!

@ErikSchierboom

Copy link
Copy Markdown
Member Author

But of course. No problem! When you're back, I hope to have . net core working.

@ErikSchierboom

Copy link
Copy Markdown
Member Author

This PR can be closed, as everything in this PR has been merged into #199.

@ErikSchierboom
ErikSchierboom deleted the xunit branch February 19, 2017 13:23
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 this pull request may close these issues.

Replace NUnit with Xunit

2 participants