coala-vs-code icon indicating copy to clipboard operation
coala-vs-code copied to clipboard

Add client test cases

Open gaocegege opened this issue 8 years ago • 4 comments

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

gaocegege avatar Jan 28 '17 00:01 gaocegege

Bad GitHub.

Reopen it because client side test is not ready.

gaocegege avatar Feb 23 '17 08:02 gaocegege

So this needs to be uncommented: https://github.com/coala/coala-vs-code/blob/master/.travis.yml#L57 .. and errors fixed .. ?

jayvdb avatar Mar 25 '18 12:03 jayvdb

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.

gaocegege avatar Mar 25 '18 12:03 gaocegege

ok, changed this to be just about the client.

jayvdb avatar May 12 '18 08:05 jayvdb