Simplify implementation of "check_override" by extracting it to function

This commit is contained in:
Matthias
2022-03-12 10:57:03 +01:00
parent 6946203a7c
commit fe62a71f4c
2 changed files with 19 additions and 7 deletions

View File

@@ -417,6 +417,7 @@ def test_missing_implements(result, default_conf):
match=r"`populate_entry_trend` must be implemented.*"):
StrategyResolver.load_strategy(default_conf)
@pytest.mark.filterwarnings("ignore:deprecated")
def test_call_deprecated_function(result, default_conf, caplog):
default_location = Path(__file__).parent / "strats"