fsprojects/ProjectScaffold

Discussion: Use Expecto for test project

Closed this issue · 2 comments

I guess everyone knows my opinion about "traditional" .Net test frameworks, and noticed that I'm big fan of Expecto. ;)

But there are some real advantages:

  1. Promoting community based solution
  2. Promoting "idiomatic" F# way
  3. Removing problems with Assembly Redirects that everyone has with test frameworks using external runners

Already did this in my fork

Now covered by #325