typelevel / cats-effect

The pure asynchronous runtime for Scala
https://typelevel.org/cats-effect/
Apache License 2.0
1.99k stars 511 forks source link

Find a way to integrate fiber dumps with test frameworks #3025

Open djspiewak opened 2 years ago

djspiewak commented 2 years ago

Probably related to #2580. It's usually much more useful to have fiber dumps during unit testing, but the current solution is baked into IOApp. We need to find a composable way of integrating this into the test runtimes such as munit or cats-effect-testing.

armanbilge commented 2 years ago

Yes. I constantly need this and end up re-writing tests as scala-cli apps.

djspiewak commented 2 years ago

Exactly. I still am not totally sure what form this can take but I want it quite badly