From 48ba75837da50633788f1ba3c02f9895220b5b51 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Wed, 8 Apr 2020 20:18:13 -0400 Subject: [PATCH] THIS is the first work on tests --- extensions/tests/regex.py | 8 ++++++++ requirements.txt | 12 +++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/extensions/tests/regex.py b/extensions/tests/regex.py index e69de29..231dd33 100644 --- a/extensions/tests/regex.py +++ b/extensions/tests/regex.py @@ -0,0 +1,8 @@ +import pytest + +import discord.ext.test as dpytest +import main + +@pytest.mark.asyncio +async def test_regex(): + pass \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8492454..a2eec20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file