Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mock object package

1 view
Skip to first unread message

Joel Quinet

unread,
Oct 7, 2003, 8:40:47 AM10/7/03
to
http://users.skynet.be/fa254522/mock-0.0.0.1.zip

mock is a Python module to write mock object. This package is based on
the concept of the mock object package for Java. The current version has
no specific documentation, there is only doc string in the code itself,
and also the unittest module which provide doc and sample.

This is the first public release. Normally, there is not requirement for
Python version
all should works, but I have only tested with 2.3 and above.

The plan for the next versions are the implementation of mock object module
for module provided as standard library like ConfigParser, etc...
And also a mockobject generator from a source code file.

for more information on mockobject, have a look at
http://www.mockobjects.com

0 new messages