From 4f568f590347b28496d4a6c452f9354cb6cd5711 Mon Sep 17 00:00:00 2001 From: bruno-f-cruz <7049351+bruno-f-cruz@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:09:24 +0000 Subject: [PATCH] Do not suppress logs during tests --- tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 97cf86fe..6dbb5e6c 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -8,7 +8,6 @@ logger = logging.getLogger(__name__) logger.addHandler(logging.NullHandler()) -logging.disable(logging.CRITICAL) def build_example(script_path: str) -> ModuleType: