onsdagen den 6:e oktober 2010 Google App Engine: Unit Testing 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 for running them we'll use gaeunit, a web based test runner. 1. Setup Download gaeunit and extract it in your application directory and c