VSCode test runner shows failure correctly, but mill test reports success
#7129
Code-Pudding
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m seeing different behavior between running ZIO tests inside VSCode and running them through Mill on the command line.
Build definition
Test code
What I observe
mill test, Mill reports success, even though the test should fail.No further output, just a SUCCESS message:
Question
Why does the VSCode test runner correctly detect the failure, but
mill testreports success?Is there something missing in my Mill configuration for ZIO Test, or is there a known issue with
TestModule.ZioTestandZTestFramework?Beta Was this translation helpful? Give feedback.
All reactions