File tree 1 file changed +6
-3
lines changed 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:
40
40
41
41
If you want to run the Google App Engine tests, you will need:
42
42
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 )
44
45
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 >
46
49
47
50
* You will need to set an additional environment variable:
48
51
49
- $ export GAE_PYTHONPATH=~/google-cloud- sdk/platform/google_appengine
52
+ $ export GAE_PYTHONPATH=<path your AppeEngine sdk>
50
53
51
54
To run the bigquery tests, you'll need to create a bigquery dataset:
52
55
You can’t perform that action at this time.
0 commit comments