Python Mock Library: mock objects for Python
Python Mock Library: mock objects for Python
Submitted by webmaster@testdriven.com (Links) on Thu, 23/06/2005 - 10:12. Mock Objects | pythonMock object library for Python. This library enables the easy creation and use of Mock objects for Python unit testing. The Mock objects can contain expectations about how they are used, and can validate themselves against the class being mocked.
