Running individual test classes

2015-11-03 Thread Stefano Baghino
n launching Maven from the project root and from the MLlib module root. I've tried to look this up in the mailing list archives but haven't had luck so far. How can I run a single test suite? Thanks in advance! -- BR, Stefano Baghino

Re: Running individual test classes

2015-11-03 Thread Stefano Baghino
lassifierSuite > > On Tue, Nov 3, 2015 at 2:42 PM, Michael Armbrust > wrote: > >> In SBT: >> >> build/sbt "mllib/test-only *ProbabilisticClassifierSuite" >> >> On Tue, Nov 3, 2015 at 9:27 AM, Stefano Baghino < >> stefano.bagh...@radicalbit.io&

Re: Running individual test classes

2015-11-03 Thread Stefano Baghino
, use SBT for day to day development. > > On Tue, Nov 3, 2015 at 11:36 AM, Stefano Baghino < > stefano.bagh...@radicalbit.io> wrote: > >> Oh, I saw POMs and thought I was supposed to use Maven. Thank you so much >> for the help, I'll try it as soon as possible. >&g

Re: Running individual test classes

2015-11-03 Thread Stefano Baghino
ote: > >> In SBT: >> >> build/sbt "mllib/test-only *ProbabilisticClassifierSuite" >> >> On Tue, Nov 3, 2015 at 9:27 AM, Stefano Baghino < >> stefano.bagh...@radicalbit.io> wrote: >> >>> Hi all, >>> >>> I'm new to