From 6fec8383443f4fedaffc520ac1661fe86db271c9 Mon Sep 17 00:00:00 2001 From: Maximilian Eibl Date: Fri, 4 Sep 2026 15:55:51 +0200 Subject: [PATCH] Move test_pipeline.py from repository root to tests/ directory --- test_pipeline.py => tests/test_pipeline.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test_pipeline.py => tests/test_pipeline.py (100%) diff --git a/test_pipeline.py b/tests/test_pipeline.py similarity index 100% rename from test_pipeline.py rename to tests/test_pipeline.py