I'd go for src/test because, even if specs are changing the way we test, it's still test. If tomorrow a new nice testing library comes up with new testing concepts are we going to create its own src/foo directory as well?
Matthieu On Thu, Feb 21, 2008 at 1:20 PM, Victor Hugo Borja <[EMAIL PROTECTED]> wrote: > > Another one to > > look at is JBehave, although I can't tell if they have any > > conventions for directory structure. > > > Haven't used JBehave, IIRC the > jbehave.rb[1]< > https://issues.apache.org/jira/secure/attachment/12376069/jbehave.rb>from > John Layton just searches for * > Behaviour.class, compiled from src/test/java > > [1] https://issues.apache.org/jira/browse/BUILDR-49 > > -- > vic > > Quaerendo invenietis. >
