scoverage / scalac-scoverage-plugin

Scoverage Scala Code Coverage Core Libs
https://github.com/scoverage
Apache License 2.0
426 stars 126 forks source link

Migrate from scalatest to munit. #388

Closed ckipp01 closed 2 years ago

ckipp01 commented 2 years ago

This is an opinionated change, but I'm a firm believer in munit. There were some test issues previously that were pretty hard to debug due to the nasty diffs that scalatest gives you compared to munit. Plus when doing the migration I actually found some mistakes in the tests that were false positives which switching from === to assertEquals unveiled.

It's a pretty straightforward migration.