typelevel / munit-cats-effect

Integration library for MUnit & cats-effect
Apache License 2.0
148 stars 34 forks source link

Add assert(predicate) syntax #264

Closed TimWSpence closed 1 year ago

TimWSpence commented 1 year ago

Enables IO.pure(1).assert(_ > 0) syntax

TimWSpence commented 1 year ago

This was something that seemed useful to me earlier. Feel free to discard if you disagree 😅

TimWSpence commented 1 year ago

@armanbilge do I need to do anything with this? Or is it even wanted? 😂

danicheg commented 1 year ago

Thanks for this work, it's a lovely addition to the library.

TimWSpence commented 1 year ago

Thanks for this work, it's a lovely addition to the library.

Thanks! :)