[squeak-dev] running test suites

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] running test suites

EstebanLM
Hi,
I'm looking for a simple way to run test suites and have results like
test runner... and test runner does not understand suites (just cases).
Is there a "suite runner" somewhere, or maybe I'm using test runner
wrong?

Thanks,
Esteban



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] running test suites

keith1y
Esteban Lorenzano wrote:
> Hi,
> I'm looking for a simple way to run test suites and have results like
> test runner... and test runner does not understand suites (just
> cases). Is there a "suite runner" somewhere, or maybe I'm using test
> runner wrong?
>
> Thanks,
> Esteban
Try SUnit-improved from universes, there are facilities for suites
definition and selection for running.

Keith