Fix paths in tests

This commit is contained in:
Matthias
2019-09-08 10:07:09 +02:00
parent f2cbc5fb8f
commit 9513115ce0
4 changed files with 13 additions and 14 deletions

View File

@@ -160,7 +160,7 @@ def test_load_data_live_noexchange(default_conf, mocker, caplog, testdatadir) ->
def test_testdata_path(testdatadir) -> None:
assert str(Path('freqtrade') / 'tests' / 'testdata') in str(testdatadir)
assert str(Path('tests') / 'testdata') in str(testdatadir)
def test_load_cached_data_for_updating(mocker) -> None: