diff --git a/README.md b/README.md index d9eb017ff..5779d983a 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ $ pytest This will by default skip the slow running backtest set. To run backtest set: ``` -$ BACKTEST=true pytest +$ BACKTEST=true pytest -s freqtrade/tests/test_backtesting.py ``` #### Docker