unittest vs py.test?

Roy Smith roy at panix.com
Fri Apr 1 08:21:25 EST 2005


Nigel Rowe <rho at see.signature.invalid> wrote:

> Have you seen Grig Gheorghiu's 3 part comparison of unittest, and py.test?
> 
> http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html
> http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
> http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-3-pytest-tool.html

Just finished reading them now.  Thanks for the pointer, they make an 
excellent review of the space.

One thing that worries me a little is that all three seem to have 
advantages and disadvantages, yet none is so obviously better than the 
others that it stands out as the only reasonable way to do it.  This means 
some groups will adopt one, some will adopt another, and the world will 
become fragmented.



More information about the Python-list mailing list