Testing tools - F#

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Nikos Baxevanis

Which testing tools do you use in F#? Do you use separate libraries for assertions (e.g. Unquote)? Are you using fsharp-hedgehog?

Rasmus

FsUnit, because that’s what we use at work. I’ve been wanting to try others like expecto but haven’t had time.