[Pyunit-interest] mock object package
Brought to you by:
purcell
From: Joel Q. <joe...@ho...> - 2003-10-07 12:43:57
|
hi all, For those who are interested, I have released a mock object package for Python. This package use the unittest module. Any feedback is welcome. 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 |