Add more tests
This commit is contained in:
7
tests/test_webhook.py
Normal file
7
tests/test_webhook.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""Test webhook.py, the only thing we have right now is send_webhook()."""
|
||||
from discord_embed.webhook import send_webhook
|
||||
|
||||
|
||||
def test_send_webhook():
|
||||
"""Test send_webhook() works."""
|
||||
send_webhook("Running Pytest")
|
Reference in New Issue
Block a user