Skip to content

MUnit v0.7.28

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 21:38
· 362 commits to main since this release
61da011

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

Updates