add integration tests command on install.md

This commit is contained in:
Victor Shyba 2021-05-12 05:30:26 -03:00 committed by Victor Shyba
parent 3d71478d38
commit 5101464e3b

View file

@ -104,10 +104,11 @@ Alternative installation methods are available [at Elasticsearch website](https:
To run the unit tests from the repo directory:
To run the unit and integration tests from the repo directory:
```
python -m unittest discover tests.unit
python -m unittest discover tests.integration
```
## Usage