Files
discord-embed/tests/test_webhook.py
2022-08-08 08:45:42 +02:00

8 lines
221 B
Python

"""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")