Skip to content

Commit

Permalink
Add instructions for running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Nov 22, 2015
1 parent 5cfc4bc commit d8b1788
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions console/appengine/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,20 @@ gcloud components update app
These libraries will be installed in `third_party/python` and are visible to
the app via [`appengine_config.py`](appengine_config.py).

1. Running tests

First, install the testing dependencies:

```bash
make pip-install-test
```

Then, run the tests via:

```bash
make test
```

## Run the app locally or publish to Google App Engine

1. Run the app with a local development server:
Expand Down

0 comments on commit d8b1788

Please sign in to comment.