cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

Console: test version?

Open morgen-peschke opened this issue 6 months ago • 0 comments
trafficstars

While looking into testing typelevel/log4cats#912, I didn't see a straightforward way to instrument Console[F] for testing (other than possibly redirecting the underlying global stream with scala.Console.with{In|Out|Err}, which seemed like a bad idea and I wasn't fully sure it would work).

This seemed like a reasonable bit of utility that would fit naturally into testkit.

morgen-peschke avatar Apr 30 '25 02:04 morgen-peschke