Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/redbot/cogs/trivia/data/lists/whosthatpokemon*.yaml @aikaterna

# Tests
/redbot/pytest/downloader* @Jackenmen
/tests/cogs/downloader/* @Jackenmen

# Schemas
Expand Down
11 changes: 0 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# Docs
- docs/cog_guides/alias.rst
# Tests
- redbot/pytest/alias.py
- tests/cogs/test_alias.py
- docs/.resources/alias/**/*
"Category: Cogs - Audio":
Expand Down Expand Up @@ -56,7 +55,6 @@
# Docs
- docs/cog_guides/economy.rst
# Tests
- redbot/pytest/economy.py
- tests/cogs/test_economy.py
"Category: Cogs - Filter":
# Source
Expand All @@ -79,7 +77,6 @@
# Docs
- docs/cog_guides/mod.rst
# Tests
- redbot/pytest/mod.py
- tests/cogs/test_mod.py
"Category: Cogs - Modlog":
# Source
Expand All @@ -98,7 +95,6 @@
- docs/cog_guides/permissions.rst
- docs/cog_permissions.rst
# Tests
- redbot/pytest/permissions.py
- tests/cogs/test_permissions.py
"Category: Cogs - Reports":
# Source
Expand Down Expand Up @@ -175,7 +171,6 @@
- docs/framework_datamanager.rst
- docs/framework_tree.rst
# Tests
- redbot/pytest/data_manager.py
- tests/core/test_cog_manager.py
- tests/core/test_data_manager.py
- tests/core/test_version.py
Expand Down Expand Up @@ -212,8 +207,6 @@
# Source
- redbot/core/_downloader/**/*
# Tests
- redbot/pytest/downloader.py
- redbot/pytest/downloader_testrepo.*
- tests/core/_downloader/**/*
"Category: Core - Help":
- redbot/core/commands/help.py
Expand All @@ -240,17 +233,13 @@
- redbot/core/_sharedlibdeprecation.py
- redbot/core/utils/_internal_utils.py
# Tests
- redbot/pytest/__init__.py
- redbot/pytest/cog_manager.py
- redbot/pytest/core.py
- tests/core/test_installation.py
"Category: Core - RPC/ZMQ":
# Source
- redbot/core/_rpc.py
# Docs
- docs/framework_rpc.rst
# Tests
- redbot/pytest/rpc.py
- tests/core/test_rpc.py
- tests/rpc_test.html

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stylediff:

# Translations
gettext:
$(PYTHON) -m redgettext --command-docstrings --verbose --recursive redbot --exclude-files "redbot/pytest/**/*"
$(PYTHON) -m redgettext --command-docstrings --verbose --recursive redbot
upload_translations:
crowdin upload sources
download_translations:
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ dynamic = ["version", "requires-python", "dependencies", "optional-dependencies"
redbot = "redbot.__main__:main"
redbot-setup = "redbot.setup:run_cli"

[project.entry-points.pytest11]
red-discordbot = "redbot.pytest"

[tool.black]
line-length = 99
required-version = '23'
Expand Down
1 change: 0 additions & 1 deletion redbot/pytest/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions redbot/pytest/alias.py

This file was deleted.

13 changes: 0 additions & 13 deletions redbot/pytest/cog_manager.py

This file was deleted.

182 changes: 0 additions & 182 deletions redbot/pytest/core.py

This file was deleted.

23 changes: 0 additions & 23 deletions redbot/pytest/data_manager.py

This file was deleted.

15 changes: 0 additions & 15 deletions redbot/pytest/economy.py

This file was deleted.

15 changes: 0 additions & 15 deletions redbot/pytest/mod.py

This file was deleted.

11 changes: 0 additions & 11 deletions redbot/pytest/permissions.py

This file was deleted.

Loading
Loading