From c9f57259be36e7aa80ab8be32693e11fb377664a Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Mon, 13 Jun 2016 19:05:29 +0200 Subject: [PATCH] Instructions on how to run integration tests #204 --- server/lib/python/cartodb_services/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_services/README.md b/server/lib/python/cartodb_services/README.md index 9df0571..3703c82 100644 --- a/server/lib/python/cartodb_services/README.md +++ b/server/lib/python/cartodb_services/README.md @@ -40,7 +40,11 @@ OK ``` ## Running the integration tests -TBD +See the [[../../../../test/README.md]]. Basically, move to the `/test` directory at the top level of this repo and execute the `run_tests.py` script: +```sh +cd $(git rev-parse --show-toplevel)/test +python run_tests.py --host=$YOUR_HOST $YOUR_USERNAME $YOUR_API_KEY +``` ## TODO - Move dependencies expressed in `requirements.txt` to `setup.py`