Thanks Bruno.
I'll get the 2.5 python install, and I'm checking out the unit testing
module that you mentioned.
Scott Huey
Bruno Desthuilliers wrote:
> [EMAIL PROTECTED] a écrit :
> > I've written a few classes that I have been testing in IDLE. However,
> > every time I make a change to the cla
[EMAIL PROTECTED] a écrit :
> I've written a few classes that I have been testing in IDLE. However,
> every time I make a change to the classes based on the testing I have
> to walk through all he steps of preparing the classes for testing
> again.
>
> So I wrote a script that does all the set-up