mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-29 02:10:24 +00:00
add webhook test file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user