FsCheck icon indicating copy to clipboard operation
FsCheck copied to clipboard

Proposal: make FsCheck.Experimental.Operation.Check return 'Testable instead of Property.

Open teo-tsirpanis opened this issue 4 years ago • 1 comments

It would allow better integration with those who prefer Asserting with their test libraries, instead of using FsCheck properties.

teo-tsirpanis avatar Aug 10 '20 13:08 teo-tsirpanis

See #541

Note that I threaded the 'Testable through all types. So you can't use bool in one Operation and unit in another now. I'm not 100% convinced that is better.

kurtschelfthout avatar Dec 26 '20 13:12 kurtschelfthout