Hi Aaron, Are you referring to SLING-922 ? In this case, I would assume, the unit tests go into the launchpad/base module ?
So putting them into src/test/java would be just fine. Im am not sure, whether we should include unit tests for the launchpad/base module in the launchpad/testing module. This would then smell more like "integration" tests to me. Regards Felix Aaron Zeckoski schrieb: > I would like to add a few unit tests to the launchpad code which I am > updating with a patch. It seems like I would need to create a new test > folder and package structure so before I do it I wanted to see if this > was ok. I am pretty sure the code is being exercised by the > integration tests since they are all working but I would be more > comfortable if there were unit tests in place as well. It would make > the patch much bigger though so it might be something that the > community would prefer not happen. What are the options/policies here? > > -AZ >
