Remove markets mock where it's not needed

This commit is contained in:
Matthias
2019-10-31 07:26:48 +01:00
parent 734a9d5d87
commit 7be378aaa9
2 changed files with 51 additions and 112 deletions

View File

@@ -6,10 +6,8 @@ from freqtrade.strategy.interface import SellCheckTuple, SellType
from tests.conftest import get_patched_freqtradebot, patch_get_signal
def test_may_execute_sell_stoploss_on_exchange_multi(default_conf,
ticker, fee,
limit_buy_order,
markets, mocker) -> None:
def test_may_execute_sell_stoploss_on_exchange_multi(default_conf, ticker, fee,
limit_buy_order, mocker) -> None:
"""
Tests workflow of selling stoploss_on_exchange.
Sells