public
Description: Nose plugin to test applications based on GAE+AppEnginePatch+Django
Homepage: http://hotsyk.com/blog/2009/01/09/simple-nose-plugin-run-nose-tests-gae-and-app-engine-patch/
Clone URL: git://github.com/hotsyk/appenginepatcherplugin.git
name age message
file CHANGELOG Fri Jan 09 02:32:57 -0800 2009 Initial commit [Volodymyr Hotsyk]
file README Fri Jan 09 02:35:14 -0800 2009 Added description of installation and using of ... [Volodymyr Hotsyk]
file appenginepatcherplugin.py Fri Jan 09 02:32:57 -0800 2009 Initial commit [Volodymyr Hotsyk]
file setup.py Fri Jan 09 02:32:57 -0800 2009 Initial commit [Volodymyr Hotsyk]
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