File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,16 @@ Before you can run tests locally you must have:
4040
4141If you want to run the Google App Engine tests, you will need:
4242
43- * The App Engine Python SDK. You can install this with the Google Cloud SDK:
43+ * The App Engine Python SDK. You can install this by downloading it [ here]
44+ (https://cloud.google.com/appengine/downloads?hl=en )
4445
45- $ gcloud components update gae-python
46+ * You can also download it programatically with the tests/scripts/fetch_gae_sdk.py
47+
48+ $ test/scripts/fetch_gae_sdk.py <dest dir >
4649
4750* You will need to set an additional environment variable:
4851
49- $ export GAE_PYTHONPATH=~/google-cloud- sdk/platform/google_appengine
52+ $ export GAE_PYTHONPATH=<path your AppeEngine sdk>
5053
5154To run the bigquery tests, you'll need to create a bigquery dataset:
5255
You can’t perform that action at this time.
0 commit comments