I am developing an application on Google App Engine using Python (and Django, if that matters).
What structure of the fake object should I help with unit tests? I see that there are a number of stand-alone projects (i.e. http://python-mock.sourceforge.net ), but I'm not sure if there is anything built-in that I can use.
Any ideas?
We use this mock library and are very pleased with it. It is small, simple and expressive.
, Python -.