th-test-utils v1.1.0 Release Notes
Release Date: 2020-09-24 // over 4 years ago-
โ Rewrite with
runTestQ
, allowing for both recoverableQ
actions and mockedQ
actions inIO
.The previous
tryQ'
function can be reimplemented as:tryQ' :: Q a -> Q (Either String a) tryQ' = tryTestQ unmockedState
with the other helpers defined as before, using
tryQ'
.
Previous changes from v1.0.0
-
๐ Initial release:
- โ Add
tryQ
,tryQErr
,tryQErr'
functions
- โ Add