markd2 / google-appengine-wx-launcher

Automatically exported from code.google.com/p/google-appengine-wx-launcher
Apache License 2.0
0 stars 0 forks source link

Google App Engine wxLauncher http://code.google.com/p/google-appengine-wx-launcher http://code.google.com/appengine

This project contains source code for the launcher, a wxWidgets based developer tool for creating, running, and deploying Google App Engine applications. This launcher is included in the Windows installer for the App Engine SDK starting with version 1.2.5. This launcher also works on Linux and Mac but is not distributed in the App Engine SDK for those platforms. The launcher delivered with the App Engine Mac SDK, GoogleAppEngineLauncher.app, is also open source: http://code.google.com/p/google-appengine-mac-launcher

See the google-appengine-wx-launcher project site for details on prerequisites for running the launcher on various platforms (e.g. wxPython).

For development we use the script coverage.py to run unit tests. (A nicer test runner is currently out for review). Until that lands you may need to edit coverage.py to work in your environment. This coverage.py script uses PyMox and the excellent code coverage script found here: http://code.google.com/p/pymox/ http://nedbatchelder.com/code/modules/coverage.html