You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[info] set current project to xx (in build file:/Users/peter/develop/yy/xx/)
starting
MinimalSuite:
[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
previously it reported the error and failed:
[info] compiling 16 Scala sources to /Users/peter/develop/yy/xx/target/test-classes ...
starting
MinimalSuite:
==> X MinimalSuite.expected error running tests 0.001s java.lang.RuntimeException: boomSilent
at MinimalSuite.boomSilent$lzycompute(MinimalSuite.scala:16)
at MinimalSuite.boomSilent(MinimalSuite.scala:13)
at MinimalSuite.munitFixtures(MinimalSuite.scala:19)
at MinimalSuite.munitFixtures(MinimalSuite.scala:8)
[error] Failed: Total 1, Failed 1, Errors 0, Passed 0
[error] Failed tests:
[error] MinimalSuite
[error] (Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 12 s, completed Jul 24, 2023, 10:02:25 AM
The text was updated successfully, but these errors were encountered:
This appears to be the case since
0.40.15
when switching to MUnit 1.0 milestones.Here's a simple example:
previously it reported the error and failed:
The text was updated successfully, but these errors were encountered: