jatcwang / difflicious

Scala library for readable diffs of values
Apache License 2.0
74 stars 4 forks source link

Too much red printing with Scalatest + sbt #23

Open jatcwang opened 2 years ago

jatcwang commented 2 years ago

Scalatest seems to color every line red which results in many white part of the diff output to be printed red instead.

More investigation into how scalatest is coloring its test output is needed.

Workaround for now: Use intellij to run your tests if possible, or switch to munit