Skip to content

Commit

Permalink
Merge pull request #2335 from dhermes/more-info-about-translate-test
Browse files Browse the repository at this point in the history
Adding more info about setting up translate test.
  • Loading branch information
dhermes authored Sep 16, 2016
2 parents e5e7ab8 + 8019bf5 commit 11ca5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ Running System Tests
`docs <https://cloud.google.com/storage/docs/authentication#generating-a-private-key>`__
for more details. In order for Logging system tests to work, the Service Account
will also have to be made a project Owner. This can be changed under "IAM & Admin".
- ``GOOGLE_CLOUD_TESTS_API_KEY``: The API key for your project with
the Google Translate API (and others) enabled.

- Examples of these can be found in ``system_tests/local_test_setup.sample``. We
recommend copying this to ``system_tests/local_test_setup``, editing the
Expand Down
1 change: 1 addition & 0 deletions system_tests/local_test_setup.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export GOOGLE_APPLICATION_CREDENTIALS="app_credentials.json.sample"
export GOOGLE_CLOUD_REMOTE_FOR_LINT="upstream"
export GOOGLE_CLOUD_BRANCH_FOR_LINT="master"
export GOOGLE_CLOUD_TESTS_API_KEY="abcd1234"

0 comments on commit 11ca5bd

Please sign in to comment.