windows compatibility of test
This commit is contained in:
parent
aa5345190e
commit
30f314d580
@ -847,7 +847,7 @@ def test_start_convert_trades(mocker, caplog):
|
|||||||
assert convert_mock.call_count == 1
|
assert convert_mock.call_count == 1
|
||||||
|
|
||||||
|
|
||||||
def test_start_list_strategies(mocker, caplog, capsys):
|
def test_start_list_strategies(capsys):
|
||||||
|
|
||||||
args = [
|
args = [
|
||||||
"list-strategies",
|
"list-strategies",
|
||||||
@ -911,7 +911,7 @@ def test_start_list_strategies(mocker, caplog, capsys):
|
|||||||
assert "legacy_strategy_v1.py" in captured.out
|
assert "legacy_strategy_v1.py" in captured.out
|
||||||
assert "StrategyTestV2" in captured.out
|
assert "StrategyTestV2" in captured.out
|
||||||
assert "TestStrategyNoImplements" in captured.out
|
assert "TestStrategyNoImplements" in captured.out
|
||||||
assert "broken_strats/broken_futures_strategies.py" in captured.out
|
assert str(Path("broken_strats/broken_futures_strategies.py")) in captured.out
|
||||||
|
|
||||||
|
|
||||||
def test_start_test_pairlist(mocker, caplog, tickers, default_conf, capsys):
|
def test_start_test_pairlist(mocker, caplog, tickers, default_conf, capsys):
|
||||||
|
Loading…
Reference in New Issue
Block a user