chore(scripts): scaffold scripts/video_analysis/ + placeholder test

This commit is contained in:
ed
2026-06-21 15:26:56 -04:00
parent 1c05305a98
commit 12fcc55cfc
2 changed files with 23 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
"""Placeholder test to confirm tests/ is wired correctly for the video_analysis namespace.
Per conductor/code_styleguides/workspace_paths.md, tests live in tests/ (project tree, not %TEMP%).
This file is deleted in Task 1.1 once real tests for extract_transcript.py are added.
"""
from __future__ import annotations
def test_placeholder() -> None:
assert True