You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The [Google Cloud SDK](https://cloud.google.com/sdk/) installed. You can do so with the following command:
25
+
26
+
$ curl https://sdk.cloud.google.com | bash
27
+
28
+
* Most tests require you to have an active, billing-enabled project on the [Google Developers Console](https://console.developers.google.com).
29
+
* You will need a set of [Service Account Credentials](https://console.developers.google.com/project/_/apiui/credential) for your project in ``json`` form.
30
+
* Set the environment variables appropriately for your project.
*Note*: The ``gae`` environment can't be told to run one particular test at this time.
35
63
36
64
## Adding new tests
37
65
38
-
Common testing utilities are located under ``tests``.
66
+
There are a handful of common testing utilities are located under ``tests``, see existing tests for example usage.
67
+
68
+
When adding a new top-level directory, be sure to edit ``.coveragerc`` to include it in coveralls.
39
69
40
-
When adding a new directory, be sure to edit``.coveragerc`` to include it in coveralls.
70
+
To add new tests that require Google App Engine, please place them in the ``appengine``directory if possible. If you place them elsewhere, you will need to modify``tox.ini`` to make the environments appropriately run or ignore your test.
0 commit comments