This document discusses test-driven development (TDD) with Google App Engine and Python. It introduces Testable App Engine, a Python skeleton project and toolset that makes TDD easier on App Engine. Key features include creating a virtualenv, running sanity tests, loading test data from JSON, and allowing debugging during tests. The goal is to include batteries and make TDD more approachable for newcomers through conventions. The presenter demonstrates using the tool and invites feedback to improve support for existing projects and acquire more users.