Re: unittest vs py.test?
[Peter Hansen][color=blue]
> If py.test provides a driver utility that does
> effectively this, well, that's nice for users. If
> it doesn't run them as separate processes, it wouldn't
> suit me anyway.
>
> Still, it sounds like it does have a strong following
> of smart people: enough to make me want to take a
> closer look at it to see what the fuss is about. :-)[/color]
FWIW, py.test scales nicely. Also, it takes less time to try
it out or read the docs than discuss it to death on a newsgroup.
The learning curve is minimal.
Raymond Hettinger
[Peter Hansen][color=blue]
> If py.test provides a driver utility that does
> effectively this, well, that's nice for users. If
> it doesn't run them as separate processes, it wouldn't
> suit me anyway.
>
> Still, it sounds like it does have a strong following
> of smart people: enough to make me want to take a
> closer look at it to see what the fuss is about. :-)[/color]
FWIW, py.test scales nicely. Also, it takes less time to try
it out or read the docs than discuss it to death on a newsgroup.
The learning curve is minimal.
Raymond Hettinger
Comment