How to run tests? #1719
Replies: 3 comments 9 replies
-
The test error isn't a "test failure of the test suite" but a "test failure in a test suite under test" which itself is successful. I agree the output might be a bit confusing, but clearly we need somehow to test also failure sitations. Mill reports failed tasks at the end and also via a non-zero return code. Both is most probably not the case for you. |
Beta Was this translation helpful? Give feedback.
-
I see. In the end I've got this error and a non-zero exit code:
|
Beta Was this translation helpful? Give feedback.
-
It is of 13ed055 on clean upstream main. |
Beta Was this translation helpful? Give feedback.
-
I'm interested in contributing to Mill, but I have troubles setting up my environment. When I run tests
./mill -i scalajslib.test
from themain
branch I get lots of errors like those:or
I use MacOS 12.1, OpenJDK 17.0.1 and Node 16.13.0. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions