Improve tests by simply running a full strategy through everything

This commit is contained in:
Matthias
2023-03-12 16:45:56 +01:00
parent f5848ea891
commit f584edf809
3 changed files with 46 additions and 2 deletions

View File

@@ -1549,7 +1549,7 @@ def test_start_convert_db(mocker, fee, tmpdir, caplog):
assert db_target_file.is_file()
def test_start_strategy_updater(mocker, tmpdir):
def test_start_strategy_updater(mocker, tmpdir):
sc_mock = mocker.patch('freqtrade.commands.strategy_utils_commands.start_conversion')
teststrats = Path(__file__).parent.parent / 'strategy/strats'
args = [