Wednesday, March 9, 2011

Mockito-Python

The best tool of test double objects for Java is the Mockito (http://mockito.org), which it is also a spy and stub library. The second best is the EasyMock and the third position, JMock.

For Python I did not know any good and simple tool until few days ago, when I see there is the Mockito-Python:
http://code.google.com/p/mockito-python/downloads/list

A cool link with comparison about some test double objects libraries:
http://code.google.com/p/pymox/wiki/MoxComparison

No comments:

Post a Comment