Useful. Unit testing Google App Engine web apps.
A GAE application is run either by dev_appserver.py or in the production environment. This tutorial show how to write tests for GAE. We write the tests using the standard python unittest module, and f…