PavelTurk opened a new issue, #6744: URL: https://github.com/apache/netbeans/issues/6744
### Description Although it is possible to place both unit and integration tests in `src/test` it is better to keep them separately (see [this](https://cwiki.apache.org/confluence/display/MAVENOLD/best+practices+-+testing+strategies)): ``` project/ |_ src |_ main |_ test |_ java |_ resources |_ it |_ java |_ resources ``` So, I suggest to add such support with JPMS support for IT tests (so it could be possible to create module-info in `src/it/java`) ### Use case/motivation Unit and integration test differ very much so it is not good to mix them. ### Related issues _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
