diff --git a/freqtrade/tests/rpc/test_rpc_webhook.py b/freqtrade/tests/rpc/test_rpc_webhook.py new file mode 100644 index 000000000..e579c539a --- /dev/null +++ b/freqtrade/tests/rpc/test_rpc_webhook.py @@ -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