[Tutor] Where to start with Unit Testing

Che M pine508 at hotmail.com
Sun Aug 1 18:18:35 CEST 2010



> Do any of you have any feedback, strategies and best practices 
> related to unit testing within Python. This is a relatively new topic 
> for me. I was thinking of starting with reading the documentation 
> associate with the unittest module.

The idea of unit testing/test driven development has remained 
foreign to me throughout my time trying to learn Python--by choice.  
I want to make desktop GUI applications and I don't use MVC, so 
the idea of writing tests strikes me as far more work--and a major 
delayer of getting to an application that actually does something--
than simply using the software myself and noting problems.  It 
sounds like TDD is probably the most proper way to go about things, 
but, in the interest of getting something out of Python to warrant the
time I've put into it, I favor a "good enough" approach for now.




 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100801/ac6c296e/attachment-0001.html>


More information about the Tutor mailing list