mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add some tests as todo
This commit is contained in:
parent
e183707979
commit
3f5c18a035
|
@ -96,6 +96,21 @@ def test_lookahead_helper_start(lookahead_conf, mocker, caplog) -> None:
|
|||
text_table_mock.reset_mock()
|
||||
|
||||
|
||||
def test_lookahead_helper_text_table_lookahead_analysis_instances():
|
||||
# TODO
|
||||
pytest.skip("TODO")
|
||||
|
||||
|
||||
def test_lookahead_helper_export_to_csv():
|
||||
# TODO
|
||||
pytest.skip("TODO")
|
||||
|
||||
|
||||
def test_initialize_single_lookahead_analysis():
|
||||
# TODO
|
||||
pytest.skip("TODO")
|
||||
|
||||
|
||||
def test_biased_strategy(lookahead_conf, mocker, caplog) -> None:
|
||||
|
||||
mocker.patch('freqtrade.data.history.get_timerange', get_timerange)
|
||||
|
|
Loading…
Reference in New Issue
Block a user