Skip to content

3.1.0

Choose a tag to compare

@kurtschelfthout kurtschelfthout released this 30 Jan 21:58
· 46 commits to master since this release

Support Async<'Testable> & Task<'Testable>. Slight behavior change: an explicit upcast to non-generic Task (:> Task) is now needed for tests involving Task<'T> where 'T is not itself a testable type. (by Brian Rourke Boll)