Skip to content

Releases: scalameta/munit

MUnit v0.7.28

09 Aug 21:38
61da011
Compare
Choose a tag to compare

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

MUnit v0.7.27

02 Jul 10:57
be448cb
Compare
Choose a tag to compare

Pull Requests

MUnit v0.7.26

13 May 15:10
817f44e
Compare
Choose a tag to compare

⚠️ Important: this is the first release that actually works with Scala 3.0.0.
Do not use 0.7.25 with Scala 3.0.0.

Pull Requests

MUnit v0.7.25

19 Apr 18:35
0921577
Compare
Choose a tag to compare

Pull Requests

MUnit v0.7.23

29 Mar 16:38
a64b358
Compare
Choose a tag to compare

Pull Requests

MUnit v0.7.22

16 Feb 22:01
63b8286
Compare
Choose a tag to compare

Pull Requests

MUnit v0.7.21

22 Jan 15:54
ed2c414
Compare
Choose a tag to compare

Pull Requests

MUnit v0.7.20

17 Dec 14:34
ca98bda
Compare
Choose a tag to compare

Pull Requests

MUnit v0.7.19

25 Nov 10:37
576b50c
Compare
Choose a tag to compare

Pull Requests

  • Cross-build against Scala 3.0.0-M2 (#265) @gabro

MUnit v0.7.18

18 Nov 06:10
545570d
Compare
Choose a tag to compare

Bug fixes

  • Fix #258 - escape "non-visible" characters in test names. (#261) @olafurpg
  • Fix bug related to escaping single quotes inside strings. (#260) @olafurpg

Internal

  • Check with Scalafix in CI. (#259) @olafurpg
  • Move dependabot.yml in the right location and fix release CI (#257) @gabro
  • Fix the CI and configure dependabot to keep actions updated (#256) @gabro

Upgrades