jatcwang / difflicious

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

Intellij shows 'aborted' instead of 'failure' icon (scalatest) #5

Closed jatcwang closed 3 years ago

jatcwang commented 3 years ago
  "With scalatest assertions" in {
    foo1 shouldBe foo2
  }

  val fooDiffer: Differ[Foo] = Differ.derive[Foo]

  "With difflicious assertions" in {
    fooDiffer.assertNoDiff(foo1, foo2)
  }

image

Does intellij have special support for scalatest matchers? :thinking:

jatcwang commented 3 years ago

Probably not a big deal.