add missing test
This commit is contained in:
parent
03005bc0f1
commit
a3708bc56e
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user