Re: Pausing for Python Interpreter error messages...

2007-01-07 Thread redefined . horizons
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

Re: Pausing for Python Interpreter error messages...

2007-01-06 Thread Bruno Desthuilliers
[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

Pausing for Python Interpreter error messages...

2007-01-05 Thread redefined . horizons
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 work for me. The only problem is when I