coala-vs-code
coala-vs-code copied to clipboard
Add client test cases
There are three types of test cases needed.
- [x] Server side unit test
- [ ] Client side unit test
- [ ] Integration test supported by vs code.
Now lang-server and client are in the same repo, we could use docker to run lang-server and run the test cases in the future.
reference
Bad GitHub.
Reopen it because client side test is not ready.
So this needs to be uncommented: https://github.com/coala/coala-vs-code/blob/master/.travis.yml#L57 .. and errors fixed .. ?
No, we have no test for the client, just server side test cases exists. Thus we should write tests for client.
I am not sure if we could do unit test for the client. If not we should add e2e test, maybe.
ok, changed this to be just about the client.