MUnit v0.6.0
Pull Requests
- Add munit-scalacheck module (#71) @gabro
- Relax
assertEquals
strictness about type equality. (#70) @olafurpg - Update to Dotty v0.23 (#69) @gzoller
- Usually, MUnit is only needed in test. (#66) @takayahilton
- Use consistent solution to customize tests, suites and values (#64) @olafurpg
- Fix buggy filtering examples from blog post. (#63) @olafurpg
- Add failSuite() helper to abort the entire test suite (#59) @Daron666