Python library for creating stubs/fake objects

Posted by StackUnderflow on Stack Overflow See other posts from Stack Overflow or by StackUnderflow
Published on 2010-03-12T22:06:50Z Indexed on 2010/03/12 22:07 UTC
Read the original article Hit count: 301

Filed under:
|
|
|
|

I am looking for python stubbing library. Something that could be used to create fake classes/methods in my unit tests.. Is there a simple way to achieve it in python..

Thanks

PS: I am not looking for mocking library where you would record and replay expectation.

© Stack Overflow or respective owner

Related posts about python

Related posts about stub