We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was copied over from: disneystreaming/weaver-test#651 It was opened by: kubukoz
Using 0.8.3, when you run this suite (or anything else that produces an exception of the "fatal" sort), it hangs the runner.
import weaver._ import cats.effect.IO object DemoTestWeaver extends SimpleIOSuite { pureTest("demo") { throw new NoClassDefFoundError("fake exception") } }
This is inconsistent with munit and scalatest's behavior, and hopefully it's something that can be fixed on weaver's side.
Related: #503
Repro project: https://github.com/kubukoz/demos/tree/sbt-weaver-hang
The text was updated successfully, but these errors were encountered:
This comment was copied over from: disneystreaming/weaver-test#651 (comment) It was written by: eugkhp
hey! Do you need any help with this? Is it planned to be resolved, or is this intended behavior?
Sorry, something went wrong.
No branches or pull requests
This issue was copied over from: disneystreaming/weaver-test#651
It was opened by: kubukoz
Using 0.8.3, when you run this suite (or anything else that produces an exception of the "fatal" sort), it hangs the runner.
This is inconsistent with munit and scalatest's behavior, and hopefully it's something that can be fixed on weaver's side.
Related: #503
Repro project: https://github.com/kubukoz/demos/tree/sbt-weaver-hang
The text was updated successfully, but these errors were encountered: