Merge from vendor branch TNF:
authorgdt <gdt>
Sat, 29 Jan 2011 14:53:14 +0000 (14:53 +0000)
committergdt <gdt>
Sat, 29 Jan 2011 14:53:14 +0000 (14:53 +0000)
commitef926cfb1dd6db3f12d34307df3e22ff1645af9c
tree52dba83e77c8c96c07779877f4f0efd8be1d90b4
parentdeb7c938209a227ca5c363b026bba6e7a536b666
parent32ede19b33de21d7deb8d741e23c587d74efae98
Merge from vendor branch TNF:
Import py26-mock-0.7.0b4 as devel/py-mock.

mock is a Python module that provides a core Mock class.  It removes
the need to create a host of stubs throughout your test suite.  After
performing an action, you can make assertions about which methods /
attributes were used and arguments they were called with.  You can
also specify return values and set needed attributes in the normal
way.