From 0fdf35098b066ad7629bd527d9c8bb53dbbdca21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Sch=C3=B6ke?= Date: Fri, 23 Jan 2026 07:13:47 +0100 Subject: [PATCH] Move conftest.py into tests/ for proper pytest fixture discovery --- conftest.py => tests/conftest.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename conftest.py => tests/conftest.py (100%) diff --git a/conftest.py b/tests/conftest.py similarity index 100% rename from conftest.py rename to tests/conftest.py