-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Simple LSP test suite for Java #14409
Comments
Reminder that we have some code already here: https://github.com/eclipse-theia/theia/tree/ab/theia-tests/packages/theia-tests. Our testing related code should live in the theia-tests extension The next steps are:
|
Open question: should we propose this as a theia PR or start it in che-theia first? |
Here is the basic idea of how it work will with Che: At this point in time, the api-test-loader is implemented [1] and a theia extension for the testing api has been implemented [2] [3] but none of it has been put into che-theia itself. The sample test suite for java lives here Next steps would include putting the theia extension and the test-loader into che-theia [1] - https://github.com/JPinkney/api-test-loader |
@ericwill this is useful work that is sitting there gathering dust. |
Theia plugin with LSP tests for Java is located here: https://github.com/che-incubator/che-java-tests |
Create a simple test suite for testing language features with the Che 7 Java support. I should consist of
One of the qualitative goals would be to make it easy to write test suites specific to different language plugins, so we're looking for a kind of framework that can be used to test content assist (and other features) in Java, Python, etc.
The text was updated successfully, but these errors were encountered: