Integration tests #190
Unanswered
CalamarBicefalo
asked this question in
Q&A
Replies: 1 comment
-
LSP4E can generate log of messages, which are then streamed into a file. You may want to enable this log (that's setting a preference) and read monitor this log file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks, glad to be inaugurating discussions...
I was wondering what's the best way to implement some neat integration tests for our client.
I was hoping to get some test scaffolding at a high level (LSP I/O) where I could do something like this:
So to reiterate, thinking of having integration tests where the I/O is all about LSP for very high level sanity checks. I have been browsing your test suite trying to get inspiration but couldn't find anything similar, so I was hoping you could send a pointer in the right direction?
Also feel free to close this right away if it violates your issue reporting policies.
Beta Was this translation helpful? Give feedback.
All reactions