forked from LBRYCommunity/lbry-sdk
add integration tests command on install.md
This commit is contained in:
parent
3d71478d38
commit
5101464e3b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue