Metadata-Version: 1.0
Name: gaedriver
Version: 0.0.2
Summary: A tool for end-to-end testing of App Engine apps.
Home-page: http://code.google.com/p/gaedriver
Author: Robert Schuppenies
Author-email: schuppe@google.com
License: Apache License 2.0
Description: gaedriver is a tool to support end-to-end test automated for App
        Engine apps.
        
        
        Motivation
        ===========
        
        Before you can run your end-to-end tests, you need to bring up your
        test environment. For App Engine apps, this usually means starting
        dev_appserver or deploying an application. The gaedriver package
        allows you to do those things with an API.
        
        
        Current status
        ==============
        
        pre-alpha - We try to understand what's needed and how we can solve it
        in the scope of this project.
        
        A Python Tutorial can be found at
        http://code.google.com/p/gaedriver/wiki/PythonTutorial.
        
Platform: any
