Art of Unit Testing

Jeff Sandys sandysj at asme.org
Fri Aug 17 10:34:04 EDT 2001


Jesse W wrote:
> Do you have any suggestions on how to deal with learning 
> to use unit testing in this way, or examples of setting 
> up games with this kind of unit testing, or GUI programs?

There is a great example from pyunit.sourceforge.net
	http://diveintopython.org/roman_divein.html

I think that unit tests have there greatest value in refactoring 
and later when the code needs a revision for new functionality.  

Thanks,
Jeff Sandys



More information about the Python-list mailing list