stable/freqtrade/tests/rpc/test_rpc_webhook.py
2018-07-14 13:32:35 +02:00

17 lines
227 B
Python

def test__init__():
# TODO: Implement me
pass
def test_send_msg():
# TODO: Implement me
pass
def test__send_msg():
"""Test internal method - calling the actual api"""
# TODO: Implement me
pass