diff --git a/tests/data/__init__.py b/tests/test_data/__init__.py similarity index 100% rename from tests/data/__init__.py rename to tests/test_data/__init__.py diff --git a/tests/data/embeds/__init__.py b/tests/test_data/test_embeds/__init__.py similarity index 100% rename from tests/data/embeds/__init__.py rename to tests/test_data/test_embeds/__init__.py diff --git a/tests/data/embeds/test_urban_dictionary.py b/tests/test_data/test_embeds/test_urban_dictionary.py similarity index 100% rename from tests/data/embeds/test_urban_dictionary.py rename to tests/test_data/test_embeds/test_urban_dictionary.py diff --git a/tests/data/test_regexes.py b/tests/test_data/test_regexes.py similarity index 100% rename from tests/data/test_regexes.py rename to tests/test_data/test_regexes.py diff --git a/tests/data/test_schedule.py b/tests/test_data/test_schedule.py similarity index 100% rename from tests/data/test_schedule.py rename to tests/test_data/test_schedule.py diff --git a/tests/data/test_snipe.py b/tests/test_data/test_snipe.py similarity index 100% rename from tests/data/test_snipe.py rename to tests/test_data/test_snipe.py diff --git a/tests/functions/__init__.py b/tests/test_functions/__init__.py similarity index 100% rename from tests/functions/__init__.py rename to tests/test_functions/__init__.py diff --git a/tests/functions/scrapers/__init__.py b/tests/test_functions/test_scrapers/__init__.py similarity index 100% rename from tests/functions/scrapers/__init__.py rename to tests/test_functions/test_scrapers/__init__.py diff --git a/tests/functions/scrapers/test_sporza.py b/tests/test_functions/test_scrapers/test_sporza.py similarity index 100% rename from tests/functions/scrapers/test_sporza.py rename to tests/test_functions/test_scrapers/test_sporza.py diff --git a/tests/functions/test_timeFormatters.py b/tests/test_functions/test_timeFormatters.py similarity index 100% rename from tests/functions/test_timeFormatters.py rename to tests/test_functions/test_timeFormatters.py