add webhook test file
This commit is contained in:
@@ -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