dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 772 forks source link

Chore: consolidate test frameworks #13654

Open psfinaki opened 1 year ago

psfinaki commented 1 year ago

We have tests in xUnit and NUnit (at least). This means it's harder to centrally manage test packages and that we also have to deal with different test adapters.

We need to find out which tech prevails in our codebase and gradually consolidate the tests - maybe a few projects every sprint.

psfinaki commented 1 month ago

Also, fix the report names.