Adding URL to market graph and number of trades/pair in /performance commande

This commit is contained in:
Jean-Baptiste LE STANG
2018-01-02 14:43:38 +01:00
parent 29987c3ff6
commit d849694a70
2 changed files with 3 additions and 2 deletions

View File

@@ -404,7 +404,7 @@ def test_performance_handle(
_performance(bot=MagicMock(), update=update)
assert msg_mock.call_count == 1
assert 'Performance' in msg_mock.call_args_list[0][0][0]
assert '<code>BTC_ETH\t6.20% (1)</code>' in msg_mock.call_args_list[0][0][0]
assert '<code>[BTC_ETH](https://www.bittrex.com/Market/Index?MarketName=BTC-ETH)\t6.20% (1)</code>' in msg_mock.call_args_list[0][0][0]
def test_daily_handle(