python-effect / effect

effect isolation in Python, to facilitate more purely functional code
372 stars 16 forks source link

`testing.resolve_effect` should document error result #43

Closed manishtomar closed 9 years ago

manishtomar commented 9 years ago

effect.testing.resolve_effect docs does not talk about resolving effect with errors. It should mention that result should be a 3-tuple exception info and is_error must be True.

radix commented 9 years ago

Fixed in https://github.com/radix/effect/commit/c916978455f3e44488a1a91eb3db6ee9887cacaa - thanks for reporting :)