Skip to content
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

Refactor JDT test package for usability #474

Open
turkeylurkey opened this issue Jun 15, 2023 · 0 comments
Open

Refactor JDT test package for usability #474

turkeylurkey opened this issue Jun 15, 2023 · 0 comments
Labels
automated tests Related to automated integration or unit tests enhancement New feature or request

Comments

@turkeylurkey
Copy link
Contributor

In the project jakarta.jdt the tests are located in the directory org.eclipse.lsp4jakarta.jdt.test. The source directory layout is src/main/java/org/eclipse/lsp4jakarta/jdt and all the tests are organized into directories there. This results in Java package names like org.eclipse.lsp4jakarta.jdt.annotations which are not immediately recognizable as tests.

Refactor these packages to include the word "test." For example: org.eclipse.lsp4jakarta.jdt.test.annotations

@turkeylurkey turkeylurkey added enhancement New feature or request automated tests Related to automated integration or unit tests labels Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated tests Related to automated integration or unit tests enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant