Move strategies to test subfolder
This commit is contained in:
9
tests/strategy/strats/failing_strategy.py
Normal file
9
tests/strategy/strats/failing_strategy.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# The strategy which fails to load due to non-existent dependency
|
||||
|
||||
import nonexiting_module # noqa
|
||||
|
||||
from freqtrade.strategy.interface import IStrategy
|
||||
|
||||
|
||||
class TestStrategyLegacy(IStrategy):
|
||||
pass
|
||||
Reference in New Issue
Block a user