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
For more detailed introduction to a product, check the README in the corresponding folder.
8
+
For more detailed introduction to a product, check the README in the
9
+
corresponding folder.
9
10
10
11
## Contributing changes
11
12
12
13
* See [CONTRIBUTING.md](CONTRIBUTING.md)
13
14
14
-
## Testing
15
-
16
-
The tests in this repository run against live services, therefore, it takes a bit
17
-
of configuration to run all of the tests locally.
18
-
19
-
### Local setup
20
-
21
-
Before you can run tests locally you must have:
22
-
23
-
* The latest [tox](https://tox.readthedocs.org/en/latest/) and [pip](https://pypi.python.org/pypi/pip) installed.
24
-
25
-
$ sudo pip install --upgrade tox pip
26
-
27
-
* The [Google Cloud SDK](https://cloud.google.com/sdk/) installed. You can do so with the following command:
28
-
29
-
$ curl https://sdk.cloud.google.com | bash
30
-
31
-
* Most tests require you to have an active, billing-enabled project on the [Google Developers Console](https://console.developers.google.com).
32
-
33
-
* You will need a set of [Service Account Credentials](https://console.developers.google.com/project/_/apiui/credential) for your project in ``json`` form.
34
-
35
-
* Set the environment variables appropriately for your project.
*Note*: The ``gae`` environment can't be told to run one particular test at this time.
82
-
83
-
## Adding new tests
84
-
85
-
There are a handful of common testing utilities are located under ``tests``, see existing tests for example usage.
86
-
87
-
When adding a new top-level directory, be sure to edit ``.coveragerc`` to include it in coveralls.
88
-
89
-
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