Registry / testing / cats-effect-testing-scalatest-2-13

cats-effect-testing-scalatest-2-13

JSON →
library1.8.0javamavenunverified

Integration library for testing cats-effect code with ScalaTest.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect-testing-scalatest_2.13</artifactId> <version>1.8.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-EFFECT-TESTIN
C
cats-effect-testing-scalatest-2-13
testingjavav1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncIOSpec
cats.effect.testing.scalatest.AsyncIOSpec

Mix AsyncIOSpec into a ScalaTest spec to test IO-based code.

import cats.effect.testing.scalatest.AsyncIOSpec import org.scalatest.freespec.AsyncFreeSpec class MySpec extends AsyncFreeSpec with AsyncIOSpec { "test" in { IO.pure(1).asserting(_ shouldBe 1) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
cats-effect-testing-scalatest-2-13 — mvn dependency:get cats-effect-testing-scalatest-2-13 · libregistry