Seperate tests related to worker from test_freqtradebot

This commit is contained in:
Matthias
2019-10-31 07:15:45 +01:00
parent ce6b869f84
commit 734a9d5d87
3 changed files with 83 additions and 79 deletions

View File

@@ -1,11 +1,9 @@
from unittest.mock import MagicMock, PropertyMock
from unittest.mock import MagicMock
from freqtrade.persistence import Trade
from freqtrade.strategy.interface import SellCheckTuple, SellType
from tests.conftest import (patch_exchange, get_patched_freqtradebot,
patch_get_signal)
from tests.conftest import get_patched_freqtradebot, patch_get_signal
def test_may_execute_sell_stoploss_on_exchange_multi(default_conf,