You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm confused by the stack traces that I get when a utest assertion fails in scala 3. Specifically, the only line in the trace that refers to the test file seems to point to the line with Tests { on it, not the line of the assertion
I forked the utest repo and changed an assertion to fail. Here's how to reproduce it:
I'm confused by the stack traces that I get when a utest assertion fails in scala 3. Specifically, the only line in the trace that refers to the test file seems to point to the line with
Tests {
on it, not the line of the assertionI forked the utest repo and changed an assertion to fail. Here's how to reproduce it:
./mill utest.jvm[3.3.3].test.testOnly "*HelloTests*"
./mill utest.jvm[2.13.14].test.testOnly "*HelloTests*"
mentions line 21 instead of line 5The text was updated successfully, but these errors were encountered: