Skip to content

MUnit v0.7.6

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 11:29
e038fe1

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