fixes to README.md

- Fix the command for running unit tests
- Add command to run backtest unit tests
This commit is contained in:
Janne Sinivirta 2017-10-06 14:12:23 +03:00 committed by GitHub
parent f78427d236
commit aef42336e6
1 changed files with 6 additions and 1 deletions

View File

@ -74,7 +74,12 @@ There is also an [article](https://www.sales4k.com/blockchain/high-frequency-tra
#### Execute tests
```
$ python setup.py test
$ pytest
```
This will by default skip the slow running backtest set. To run backtest set:
```
$ BACKTEST=true pytest
```
#### Docker