Improve documentation and help message

This commit is contained in:
Matthias
2019-03-24 16:32:56 +01:00
parent 042354d00f
commit 49559f1a1a
3 changed files with 3 additions and 2 deletions

View File

@@ -1099,7 +1099,6 @@ def test_blacklist_static(default_conf, update, mocker) -> None:
assert freqtradebot.pairlists.blacklist == ["DOGE/BTC", "HOT/BTC", "ETH/BTC"]
def test_help_handle(default_conf, update, mocker) -> None:
patch_coinmarketcap(mocker)
msg_mock = MagicMock()