fixes to README.md
- Fix the command for running unit tests - Add command to run backtest unit tests
This commit is contained in:
parent
f78427d236
commit
aef42336e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user