Instructions on how to run integration tests #204

This commit is contained in:
Rafa de la Torre 2016-06-13 19:05:29 +02:00
parent 9ba8f92418
commit c9f57259be

View File

@ -40,7 +40,11 @@ OK
``` ```
## Running the integration tests ## 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 ## TODO
- Move dependencies expressed in `requirements.txt` to `setup.py` - Move dependencies expressed in `requirements.txt` to `setup.py`