munit-cats-effect
munit-cats-effect copied to clipboard
Integration library for MUnit & cats-effect
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.1` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.1) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.1) ## Usage ✅ **Please merge!** I'll automatically update this...
The following code ```scala import cats.effect.IO import cats.effect.kernel.Resource import munit.CatsEffectSuite class TestWsResource extends CatsEffectSuite { val d = ResourceSuiteLocalFixture( "Double resource", Resource.make(IO.println("Allocating resource") >> IO(4.0))(d => IO.println(s"Releasing resource: $d")) )...
munit reverted back to the fixture ordering used before the 1.0.0 milestones. This PR brings back the original unit test The change was the following commit https://github.com/typelevel/munit-cats-effect/pull/223/commits/98ecf0648a1e7406057ee129a9ad11a965be1e52 as part of...
> This version of munit reverts the fixture ordering (see release notes for more details https://github.com/scalameta/munit/releases/tag/v1.0.0-M11) > > munit-cats-effect changed it's fixture tests in https://github.com/typelevel/munit-cats-effect/pull/223 to not depend on the...
MUnit allows [overriding a `TestValue`](https://scalameta.org/munit/docs/tests.html#roll-our-own-testing-library-with-munitsuite) to a value to enforce a test always returns that type. In the example it is used for `Future`. Due to the lazy evaluation of...
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.4` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.4) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.4) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.5` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.5) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.5) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.7` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.7) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.7) ## Usage ✅ **Please merge!** I'll automatically update this...