-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: show compilation failure as test output #176
Conversation
5667751
to
0781794
Compare
ae4b4b0
to
a45d01a
Compare
a45d01a
to
c6495b5
Compare
I noticed a problem where this change now introduces a regression where all sub-tests are marked as failed eventhough some of are passing (when executing a top-level test). I would like to try to address this before merging. |
c6495b5
to
cb6b67c
Compare
Ok, I believe I fixed this. |
cb6b67c
to
53cc69f
Compare
19023de
to
491bf4e
Compare
491bf4e
to
20d9407
Compare
7ada10a
to
74d050a
Compare
e38e5da
to
c2211a4
Compare
fixes #169
Why this change?
What was changed?
go list
failure show as Neotest test failure.go test
failure show as a Neotest test failure. Supports bothgo
andgotestsum
runners.Screenshot
Try it out