#!/usr/bin/env bash # Playreel 롱컷 — 게이트 ①(fetch_confirm) 직전까지 돌린다. # 사용: tests/run_playreel.sh set -euo pipefail cd "$(dirname "$0")/.." goods_id="${1:?사용: $0 }" run() { echo; echo "── $1 ──"; shift; uv run python -m "$@"; } run "① fetch" tests.playreel.test_fetch_nol "$goods_id" run "② split" tests.playreel.test_split_detail "$goods_id" run "②-부속 캐스트" tests.playreel.test_extract_cast "$goods_id" cat <