jatcwang / difflicious

Scala library for readable diffs of values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too much red printing with Scalatest + sbt

jatcwang opened this issue · comments

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