Skip to content

elibixby/python-docs-samples

 
 

Repository files navigation

Google Cloud Platform Python Samples

This repository is holds the samples used in the python documentation on cloud.google.com.

Build Status Coverage Status

For more detailed introduction to a product, check the README in the corresponding folder.

Contributing changes

How to run the test

To run the tests, please install App Engine Python SDK and tox and run tox with the environment variable PYTHONPATH to the App Engine Python SDK.

You can install App Engine Python SDK with Google Cloud SDK with the following command:

$ gcloud components update gae-python

Here is instructions to run the tests with virtualenv, $GCLOUD is your Google Cloud SDK installation path.

$ pip install tox
$ export PYTHONPATH=${GCLOUD}/platform/google_appengine
$ export GOOGLE_APPLICATION_CREDENTIALS=your-service-account-json-file
$ export TEST_PROJECT_ID={YOUR_PROJECT_ID}
$ export TEST_BUCKET_NAME={YOUR_BUCKET_NAME}
$ tox

Licensing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%