On Wed, Nov 7, 2018 at 5:29 PM Robert Munteanu <[email protected]> wrote:
> Hi, > > We discussed a couple of time that it would be desireable to move tests > closer to the code they're testing. > > I wrote a proposal about how this could look like in terms of results > > > https://cwiki.apache.org/confluence/display/SLING/Moving+integration+tests+closer+to+the+code+they+test > > I purposefully avoided looking into implementation details to avoid > doing too much work for nothing. > > What do you think about this possibility? > > Thanks, > > Robert > > Hi Robert, I just wanted to drop [1] which can give you some guidelines on where to put the tests. It shows the drawbacks of having the tests in src/test/ and it states that the preferred way is to create a separate project. [1] https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html Valentin
