mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Improve testcase
This commit is contained in:
@@ -265,6 +265,8 @@ def test_combined_dataframes_with_rel_mean(testdatadir):
|
||||
assert "mean" in df.columns
|
||||
assert "rel_mean" in df.columns
|
||||
assert "count" in df.columns
|
||||
assert df.iloc[0]['count'] == 2
|
||||
assert df.iloc[-1]['count'] == 2
|
||||
assert len(df) < len(data['ETH/BTC'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user