MUnit v0.7.28
Buffered logging
Thanks to a contribution from @jenshalm, MUnit now uses buffered logging by default to ensure that the standard output is grouped by test suites when running tests in parallel (which is enabled by default in sbt). To disable buffered logging (old behavior), add the following to build.sbt
Test / testOptions += Tests.Argument(TestFrameworks.MUnit, "-b")
Pull Requests
- Turn on buffered logging by default (#400) @jenshalm
- Add buffered logging option (#397) @jenshalm
- Improve error message when comparing arrays with same elements (#395) @olafurpg
Updates
- Update mdoc, sbt-mdoc to 2.2.22 (#394) @scala-steward
- Update sbt to 1.5.5 (#391) @scala-steward
- Update scala3-library, ... to 3.0.1 (#390) @scala-steward
- Update sbt-scalafmt to 2.4.3 (#389) @scala-steward
- Update sbt-scala-native-crossproject, ... to 1.1.0 (#387) @scala-steward