11 Commits

Author SHA1 Message Date
landry
c7f996f899 bump ports depending on python3 in devel 2017-01-03 19:19:48 +00:00
shadchin
b383b0ca74 Update to py-mock 2.0.0.
ok danj@
2016-06-28 16:34:10 +00:00
danj
aa472f4d0f add some TEST_DEPENDS
ok shadchin@
2016-06-14 18:49:04 +00:00
shadchin
a9f5f96a2e Update to py-mock 1.3.0
ok jca@
2015-12-26 20:48:11 +00:00
sthen
2632b7a183 bump REVISION for setuptools dep change. 2015-09-29 10:51:53 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
rpe
8ce6c0649c update to 1.0.1
remove eric@ as MAINTAINER by his request

ok sthen@, eric@ (MAINTAINER)
2013-03-28 23:36:28 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
eric
c39f5dc168 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. 

The mock module also provides utility functions / objects to assist
with testing, particularly monkey patching. 

ok ajacoutot@
2011-04-18 15:10:14 +00:00