What structure of fake objects should I use when developing in Python in the Google App Engine?

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?

+5
source share
1 answer

We use this mock library and are very pleased with it. It is small, simple and expressive.

, Python -.

+4

All Articles