[BACK]Return to DESCR CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-mock

Annotation of pkgsrc/devel/py-mock/DESCR, Revision 1.1

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

CVSweb <webmaster@jp.NetBSD.org>