hotsyk / appenginepatcherplugin

Nose plugin to test applications based on GAE+AppEnginePatch+Django

This URL has Read+Write access

name age message
file CHANGELOG Loading commit data...
file README
file appenginepatcherplugin.py
file setup.py
README
Appenginepatcherplugin is Nose plugin to patch GAE and Django with
appenginepatch (http://code.google.com/p/app-engine-patch) and run
nose tests correctly.

To setup: run python setup.py install
To run with nose:
 * Setup environment variable NOSE_APPENGINEPATCHERPLUGIN to True
 * or run nose with --appenginepatcherplugin option