add missing test

This commit is contained in:
xmatthias 2018-06-26 23:40:20 +02:00
parent 03005bc0f1
commit a3708bc56e

View File

@ -42,6 +42,7 @@ def test_analyze_object() -> None:
assert hasattr(Analyze, 'get_signal') assert hasattr(Analyze, 'get_signal')
assert hasattr(Analyze, 'should_sell') assert hasattr(Analyze, 'should_sell')
assert hasattr(Analyze, 'min_roi_reached') assert hasattr(Analyze, 'min_roi_reached')
assert hasattr(Analyze, 'stop_loss_reached')
def test_dataframe_correct_length(result): def test_dataframe_correct_length(result):