add webhook test file

This commit is contained in:
Matthias 2018-07-04 21:42:17 +02:00
parent 266092a05d
commit 6e16c1d80d
1 changed files with 16 additions and 0 deletions

View 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