Merge pull request #3287 from hroff-1902/tests-suppress-deprecationwarning

Minor: Add filterwarning for DeprecationWarning in test
This commit is contained in:
hroff-1902 2020-05-11 22:00:02 +03:00 committed by GitHub
commit 7e9998083f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ def test_backtest_start_timerange(default_conf, mocker, caplog, testdatadir):
assert log_has(line, caplog)
@pytest.mark.filterwarnings("ignore:deprecated")
def test_backtest_start_multi_strat(default_conf, mocker, caplog, testdatadir):
patch_exchange(mocker)