mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-14 18:20:31 +00:00
removed invalid plotting and test_default_strategy tests for bot_start, edited edge test
This commit is contained in:
@@ -58,7 +58,6 @@ def test_init_plotscript(default_conf, mocker, testdatadir):
|
||||
assert "ohlcv" in ret
|
||||
assert "TRX/BTC" in ret["ohlcv"]
|
||||
assert "ADA/BTC" in ret["ohlcv"]
|
||||
assert default_conf['strategy'].bot_started is True
|
||||
|
||||
|
||||
def test_add_indicators(default_conf, testdatadir, caplog):
|
||||
|
||||
Reference in New Issue
Block a user