From 7e141829ace71ed9c6ee3632bef4934e84f41c3a Mon Sep 17 00:00:00 2001 From: Dirk Riemann Date: Sat, 18 Apr 2026 10:39:26 +0200 Subject: [PATCH] fix(ci): create empty tests/integration so pytest doesn't error on missing dir Integration tests land in Chunk 3; until then CI needs the directory to exist. Co-Authored-By: Claude Opus 4.7 (1M context) --- tests/integration/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/integration/__init__.py diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py new file mode 100644 index 0000000..e69de29