Print plot filename so it can be easily opened
This commit is contained in:
@@ -215,6 +215,8 @@ def test_generate_plot_file(mocker, caplog):
|
||||
assert plot_mock.call_args[0][0] == fig
|
||||
assert (plot_mock.call_args_list[0][1]['filename']
|
||||
== "user_data/plots/freqtrade-plot-UNITTEST_BTC-5m.html")
|
||||
assert log_has("Stored plot as user_data/plots/freqtrade-plot-UNITTEST_BTC-5m.html",
|
||||
caplog.record_tuples)
|
||||
|
||||
|
||||
def test_add_profit():
|
||||
|
Reference in New Issue
Block a user