mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
fixes to README.md
- Fix the command for running unit tests - Add command to run backtest unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user