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

Find a way to integrate fiber dumps with test frameworks

Open djspiewak opened this issue 3 years ago • 2 comments

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.

djspiewak avatar Jun 11 '22 17:06 djspiewak

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

armanbilge avatar Jun 11 '22 17:06 armanbilge

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

djspiewak avatar Jun 11 '22 20:06 djspiewak