extract resolvers to IResolvers and it's own package

This commit is contained in:
Matthias
2018-11-24 20:00:02 +01:00
parent e442390b1b
commit 21a093bcdb
11 changed files with 107 additions and 69 deletions

View File

@@ -7,7 +7,7 @@ import pytest
from freqtrade.optimize.__init__ import load_tickerdata_file
from freqtrade.optimize.hyperopt import Hyperopt, start
from freqtrade.strategy.resolver import StrategyResolver
from freqtrade.resolvers import StrategyResolver
from freqtrade.tests.conftest import log_has, patch_exchange
from freqtrade.tests.optimize.test_backtesting import get_args