[TIP] why you should distribute tests with your application / module

Grig Gheorghiu grig at gheorghiu.net
Wed Sep 17 11:01:59 PDT 2008


--- On Wed, 9/17/08, C. Titus Brown <ctb at msu.edu> wrote:

> It's really all about expectations, IMO:
> 
> Unit and functional tests tell me when the code fails my
> expectations.
> 
> Regression tests tell me when something unexpected happens.
> 
> Acceptance tests tell me when the code fails my
> customer's expectations.
> 

Couldn't have said it better :-) I sense a blog post there, Titus :-)

Grig



More information about the testing-in-python mailing list