From 22ea2a59fc835618143f44380e14a2ae2b305f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 21 Sep 2025 15:46:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20test=20for=20dependency?= =?UTF-8?q?=20with=20yield=20raising=20HTTPException?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...xceptions.py => test_dependency_yield_except_httpexception.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{test_dependency_normal_exceptions.py => test_dependency_yield_except_httpexception.py} (100%) diff --git a/tests/test_dependency_normal_exceptions.py b/tests/test_dependency_yield_except_httpexception.py similarity index 100% rename from tests/test_dependency_normal_exceptions.py rename to tests/test_dependency_yield_except_httpexception.py