searchbot-discord/extensions/tests/regex.py

8 lines
116 B
Python

import pytest
import discord.ext.test as dpytest
import main
@pytest.mark.asyncio
async def test_regex():
pass