MoaidHathot / Dumpify

Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's.
MIT License
959 stars 40 forks source link

Transition from MSTest to xUnit for Unit Testing #9

Closed tcortega closed 8 months ago

tcortega commented 1 year ago

Dumpify currently uses MSTest for unit testing. However, MSTest is basically an unmaintained unit testing framework. It aggregates with no actual value compared to more up-to-date and robust unit testing frameworks such as xUnit.

It'd be a strategic move that will provide long-term benefits for the project. And will ensure that it stays on top of best practices regarding to unit testing.

MoaidHathot commented 1 year ago

Thanks @tcortega for pointing this out. Our current testing capabilities are lacking to say the least. I was planning on investing in tests once this month's release is out, and the transition from MSTest to xUnit can be done as part of that effort

MoaidHathot commented 8 months ago

Hi @tcortega, thanks for your suggestion! Dumpify's tests have been migrated from NUnit to xUnit in commit 8dacf594314a8e2fc8dbe2feed1fd0dad2395c6a