diff options
author | 2019-10-13 12:56:35 +0200 | |
---|---|---|
committer | 2019-10-13 12:56:35 +0200 | |
commit | 5032521fa8a4be9738c52b16e6bd82322cdee337 (patch) | |
tree | 76b8b7ac739b323694993b427d25b46225409cc3 | |
parent | Merge branch 'cogs-antispam-unittest' into unittest-migration (diff) |
Move sync tests to tests.bot.cogs.sync
-rw-r--r-- | tests/bot/cogs/sync/__init__.py (renamed from tests/cogs/sync/__init__.py) | 0 | ||||
-rw-r--r-- | tests/bot/cogs/sync/test_roles.py (renamed from tests/cogs/sync/test_roles.py) | 0 | ||||
-rw-r--r-- | tests/bot/cogs/sync/test_users.py (renamed from tests/cogs/sync/test_users.py) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/cogs/sync/__init__.py b/tests/bot/cogs/sync/__init__.py index e69de29bb..e69de29bb 100644 --- a/tests/cogs/sync/__init__.py +++ b/tests/bot/cogs/sync/__init__.py diff --git a/tests/cogs/sync/test_roles.py b/tests/bot/cogs/sync/test_roles.py index 27ae27639..27ae27639 100644 --- a/tests/cogs/sync/test_roles.py +++ b/tests/bot/cogs/sync/test_roles.py diff --git a/tests/cogs/sync/test_users.py b/tests/bot/cogs/sync/test_users.py index ccaf67490..ccaf67490 100644 --- a/tests/cogs/sync/test_users.py +++ b/tests/bot/cogs/sync/test_users.py |