scala-koans icon indicating copy to clipboard operation
scala-koans copied to clipboard

show a line number when an assertion fails

Open hanswesterbeek opened this issue 13 years ago • 1 comments

a particular koan, "by-name arguments make lazy arguments" is really giving me trouble as a result :)

hanswesterbeek avatar Sep 17 '11 15:09 hanswesterbeek

It would also really help to show a meaningful failure, like "Expected 3 but got 4". It's hard to tell what's failing. (I'm new to Scala and ScalaTest, so I don't know if this is a common problem.)

Peeja avatar Dec 21 '11 18:12 Peeja