From df93b8a587942dc24a6f94dc10d16cf8f500105c Mon Sep 17 00:00:00 2001 From: anthony-melin Date: Sat, 18 Jul 2026 23:15:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20log=20config=20for=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/mob/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/mob/__init__.py b/tests/mob/__init__.py index e69de29..b9f9ca8 100644 --- a/tests/mob/__init__.py +++ b/tests/mob/__init__.py @@ -0,0 +1,3 @@ +import logging + +logging.basicConfig(level=logging.DEBUG)