add webhook test file
This commit is contained in:
parent
266092a05d
commit
6e16c1d80d
16
freqtrade/tests/rpc/test_rpc_webhook.py
Normal file
16
freqtrade/tests/rpc/test_rpc_webhook.py
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user