added tests for bot_start

This commit is contained in:
Sam Germain
2022-04-25 17:46:40 -06:00
parent e76c6e8ad3
commit 810e190e16
5 changed files with 9 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ 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):