Merge pull request #2261 from freqtrade/test_speedup

[minor] Test speedup
This commit is contained in:
hroff-1902
2019-09-14 11:25:00 +03:00
committed by GitHub
2 changed files with 5 additions and 122 deletions

View File

@@ -603,7 +603,7 @@ def test_processed(default_conf, mocker, testdatadir) -> None:
cols = dataframe.columns
# assert the dataframe got some of the indicator columns
for col in ['close', 'high', 'low', 'open', 'date',
'ema50', 'ao', 'macd', 'plus_dm']:
'ema10', 'rsi', 'fastd', 'plus_di']:
assert col in cols