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
|
|
@ -3,13 +3,12 @@ astroid==2.3.3
|
|||
async-timeout==3.0.1
|
||||
attrs==19.3.0
|
||||
autopep8==1.5
|
||||
better-profanity==0.5.0
|
||||
chardet==3.0.4
|
||||
dblpy==0.3.4
|
||||
discord==1.0.1
|
||||
git+https://github.com/Rapptz/discord-ext-menus@master
|
||||
git+https://github.com/CraftSpider/dpytest@master
|
||||
discord.py==1.3.3
|
||||
discord.py==1.3.1
|
||||
entrypoints==0.3
|
||||
flake8==3.7.9
|
||||
fonttools==4.5.0
|
||||
|
@ -18,20 +17,27 @@ idna==2.9
|
|||
isort==4.3.21
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
more-itertools==8.2.0
|
||||
multidict==4.7.4
|
||||
mypy==0.770
|
||||
mypy-extensions==0.4.3
|
||||
packaging==20.3
|
||||
pluggy==0.13.1
|
||||
psutil==5.7.0
|
||||
py==1.8.1
|
||||
py-cpuinfo==5.0.0
|
||||
pycodestyle==2.5.0
|
||||
pyflakes==2.1.1
|
||||
pylint==2.4.4
|
||||
pyparsing==2.4.7
|
||||
pytest==5.4.1
|
||||
ratelimiter==1.2.0.post0
|
||||
rethinkdb==2.4.5
|
||||
rope==0.16.0
|
||||
six==1.14.0
|
||||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.1
|
||||
wcwidth==0.1.9
|
||||
websockets==8.1
|
||||
wrapt==1.11.2
|
||||
yarl==1.4.2
|
||||
yarl==1.4.2
|
Loading…
Reference in a new issue