MUnit v0.7.6
Bug fixes
This release contains several fixes to critical bugs that could cause failing tests to pass without an error message.
- Regenerate default seed at every prop iteration (#124) @gabro
assertEquals
would sometimes pass when it should fail (#125) @olafurpg- tests with duplicate name+tags+location would be silently ignored (#125) @olafurpg
- Fix Scala.js v1.0.0 linking error (#120) @tindzk
New features
By default, MUnit trims exception stack traces to avoid printing redundant
information to the console. Use the new -F
test framework flag to print full stack
traces, which can be helpful when debugging a cryptic error.
In sbt, test framework flags can be passed to the testOnly
task.
$ sbt
> myproject/testOnly -- -F
Pull requests
- Several combined fixes (#125) @olafurpg
- Update sbt-mdoc to 2.2.0 (#123) @scala-steward
- Add support for Dotty 0.23.0 (#117) @olafurpg
- Update sbt-scalafix to 0.9.15 (#110) @scala-steward
- Update sbt-ci-release to 1.5.3 (#111) @scala-steward
- Upgrade to latest Dotty and 2.13 (#115) @olafurpg