THIS is the first work on tests

This commit is contained in:
Adriene Hutchins 2020-04-08 20:18:13 -04:00
parent dfc0953708
commit 48ba75837d
2 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,8 @@
import pytest
import discord.ext.test as dpytest
import main
@pytest.mark.asyncio
async def test_regex():
pass