Instructions on how to run integration tests #204
This commit is contained in:
parent
9ba8f92418
commit
c9f57259be
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user