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`