haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Support ValueTask and Async bindings in testTask #489

Closed farlee2121 closed 3 months ago

farlee2121 commented 3 months ago

Fixes #488

Adds support for ValueTask, ValueTask, and Async bindings to the testTask expression.

This is accomplished through overloads of the Bind method. I looked into inheriting the TaskBuilder, but it's constructor is hidden by the tasks.fsi file.

farlee2121 commented 3 months ago

Any thoughts from @ratsclub before I merge?