puppetlabs / puppet-editor-services

Puppet Language Server for editors
Apache License 2.0
46 stars 21 forks source link

[Tech Debt] Move Language Server integration tests to unit #168

Open glennsarti opened 5 years ago

glennsarti commented 5 years ago

Most of the integration tests for the lang server should be moved to unit tests now that the cache is completely decoupled.

This should mean faster testing.

Also there should an end-to-end kitchen sink test similar to the debug server where we simulate a client and actually test all features.

jpogran commented 4 years ago

@glennsarti was this issue resolved by #229 or does this reflect more work to do?

glennsarti commented 4 years ago

There's more to do...