This package provides a pre-packaged UI for running tests based on @futures, in Google App Engine, Python standard environment projects.


License
Other
Install
pip install im-futuretest==0.1.5

Documentation

im_futuretest

This package provides a pre-packaged UI for running tests based on @futures, in Google App Engine, Python standard environment projects.

Build Status

Install

Use the python package for this library. You can find the package online here.

Change to your Python App Engine project's root folder and do the following:

pip install im_futuretest --target lib

Or add it to your requirements.txt. You'll also need to set up vendoring, see app engine vendoring instructions here.

How to use

tbd. But don't use this package directly, instead grab im_futuretest_flask or im_futuretest_webapp2