fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

Discussion: Use Expecto for test project #305

Closed Krzysztof-Cieslak closed 6 years ago

Krzysztof-Cieslak commented 6 years ago

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
jackfoxy commented 6 years ago

Already did this in my fork

jackfoxy commented 6 years ago

Now covered by https://github.com/fsprojects/ProjectScaffold/issues/325