From 2606f7a12d486168db4b4c818bbc5414b9a20fac Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 16 Dec 2024 01:01:59 +0200 Subject: [PATCH] test: clearer naming for async tests --- tests/fetchers/async/{test_async_httpx.py => test_httpx.py} | 0 .../async/{test_async_playwright.py => test_playwright.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/fetchers/async/{test_async_httpx.py => test_httpx.py} (100%) rename tests/fetchers/async/{test_async_playwright.py => test_playwright.py} (100%) diff --git a/tests/fetchers/async/test_async_httpx.py b/tests/fetchers/async/test_httpx.py similarity index 100% rename from tests/fetchers/async/test_async_httpx.py rename to tests/fetchers/async/test_httpx.py diff --git a/tests/fetchers/async/test_async_playwright.py b/tests/fetchers/async/test_playwright.py similarity index 100% rename from tests/fetchers/async/test_async_playwright.py rename to tests/fetchers/async/test_playwright.py