mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
THIS is the first work on tests
This commit is contained in:
parent
dfc0953708
commit
48ba75837d
2 changed files with 17 additions and 3 deletions
|
@ -0,0 +1,8 @@
|
|||
import pytest
|
||||
|
||||
import discord.ext.test as dpytest
|
||||
import main
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_regex():
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue