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
Environment JVM scalaVersion := "3.1.3" munit = "1.0.0-M6"
import munit._ class MyTest extends FunSuite { test("test ok") {} test("BUG") { throw new java.lang.NoClassDefFoundError("WHY!") } test("test does not run") {} }
This one took a few days to discover because of this silence error The expectation is to:
BTW, Also try Test / parallelExecution := false but makes no difference. This does not affect other Test Suites.
Test / parallelExecution := false
This is NOT a scala.util.control.NonFatal Error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment JVM
scalaVersion := "3.1.3"
munit = "1.0.0-M6"
This one took a few days to discover because of this silence error
The expectation is to:
BTW, Also try
Test / parallelExecution := false
but makes no difference.This does not affect other Test Suites.
This is NOT a scala.util.control.NonFatal Error.
The text was updated successfully, but these errors were encountered: