You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/04/24 05:18:14 UTC

[GitHub] [jmeter] vlsi opened a new issue, #5815: Move shared test code to testkit module

vlsi opened a new issue, #5815:
URL: https://github.com/apache/jmeter/issues/5815

   ### Use case
   
   Modules should not depend on tests of the other modules.
   The current setup with `testImplementation(project(":src:core", "testClasses"))` dependencies models what we had with Ant, however, that pattern is hard to maintain.
   
   ### Possible solution
   
   A set of shared classes should be identified and moved to `/src/testkit` or a similar module.
   
   ### Possible workarounds
   
   _No response_
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
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: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org