tests: improve test_dataframe_correct_length
This commit is contained in:
parent
b397aba955
commit
d304a9273b
@ -19,11 +19,8 @@ def test_dataframe_correct_columns(result):
|
|||||||
|
|
||||||
|
|
||||||
def test_dataframe_correct_length(result):
|
def test_dataframe_correct_length(result):
|
||||||
# FIX: no idea what this check truly does - should we just remove it?
|
dataframe = parse_ticker_dataframe(result)
|
||||||
# magic needs to change everytime testdata/* is updated.
|
assert len(result.index) == len(dataframe.index)
|
||||||
# Perhaps change result fixture to use BTC_UNITEST instead?
|
|
||||||
magic = 14397
|
|
||||||
assert len(result.index) == magic
|
|
||||||
|
|
||||||
|
|
||||||
def test_populates_buy_trend(result):
|
def test_populates_buy_trend(result):
|
||||||
|
Loading…
Reference in New Issue
Block a user