diff --git a/tests/fetchers/async/__init__.py b/tests/fetchers/async/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/fetchers/test_async_httpx.py b/tests/fetchers/async/test_async_httpx.py similarity index 100% rename from tests/fetchers/test_async_httpx.py rename to tests/fetchers/async/test_async_httpx.py diff --git a/tests/fetchers/test_camoufox.py b/tests/fetchers/sync/test_camoufox.py similarity index 100% rename from tests/fetchers/test_camoufox.py rename to tests/fetchers/sync/test_camoufox.py diff --git a/tests/fetchers/test_httpx.py b/tests/fetchers/sync/test_httpx.py similarity index 100% rename from tests/fetchers/test_httpx.py rename to tests/fetchers/sync/test_httpx.py diff --git a/tests/fetchers/test_playwright.py b/tests/fetchers/sync/test_playwright.py similarity index 100% rename from tests/fetchers/test_playwright.py rename to tests/fetchers/sync/test_playwright.py