Fix documentation references to tests folder

This commit is contained in:
Matthias
2019-09-08 09:55:02 +02:00
parent 26d76cdb19
commit f2cbc5fb8f
3 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ These are available from `conftest.py` and can be imported in any test module.
A sample check looks as follows:
``` python
from freqtrade.tests.conftest import log_has, log_has_re
from tests.conftest import log_has, log_has_re
def test_method_to_test(caplog):
method_to_test()

View File

@@ -179,5 +179,5 @@ freqtrade plot-profit -p LTC/BTC --db-url sqlite:///tradesv3.sqlite --trade-sou
```
``` bash
freqtrade plot-profit --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p LTC/BTC
freqtrade plot-profit --datadir user_data/data/binance_save/ -p LTC/BTC
```