Rename test to avoid naming collision

This commit is contained in:
Matthias 2023-09-29 06:58:16 +02:00
parent 37550d3bdb
commit 39ede449a0

View File

@ -150,7 +150,7 @@ def test_initialize_single_recursive_analysis(recursive_conf, mocker, caplog):
@pytest.mark.parametrize('scenario', [
'no_bias', 'bias1'
])
def test_biased_strategy(recursive_conf, mocker, caplog, scenario) -> None:
def test_recursive_biased_strategy(recursive_conf, mocker, caplog, scenario) -> None:
mocker.patch('freqtrade.data.history.get_timerange', get_timerange)
patch_exchange(mocker)
mocker.patch('freqtrade.plugins.pairlistmanager.PairListManager.whitelist',