From 378ae39bef740abc483a2354e01a2cd5ffbc7175 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Tue, 23 Jun 2026 10:54:27 -0700 Subject: [PATCH] tests: add missing tests/video package marker tests/video/__init__.py was created with the phase-1a gap-engine tests but never staged (those commits added test files by explicit path). Every other test subfolder has a tracked __init__.py; this keeps tests/video consistent and guards against import-file-mismatch under pytest's default prepend import mode (the suite already has a real duplicate basename, test_selection.py). --- tests/video/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/video/__init__.py diff --git a/tests/video/__init__.py b/tests/video/__init__.py new file mode 100644 index 00000000..e69de29b