stable/freqtrade/tests/rpc/test_rpc_webhook.py

17 lines
227 B
Python
Raw Normal View History

2018-07-04 19:42:17 +00:00
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