Community

An example of state based-testing in F#

(Mark Seemann) While F# is a functional-first language, it’s okay to occasionally be pragmatic and use mutable state, for example to easily write some sustainable state-based tests.