Add more tests

This commit is contained in:
2022-08-08 08:45:42 +02:00
parent 72cfd729a7
commit 74f0e8d22c
4 changed files with 86 additions and 27 deletions

7
tests/test_webhook.py Normal file
View 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")