From e5e46bb02bf11faf71f2f697a662873386a8ebd4 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 18 Aug 2026 03:23:08 +0000 Subject: [PATCH] style: auto-format with black + isort + prettier [skip ci-format-check] --- tests/integration/test_full_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_full_pipeline.py b/tests/integration/test_full_pipeline.py index 97104e537..70307d4a1 100644 --- a/tests/integration/test_full_pipeline.py +++ b/tests/integration/test_full_pipeline.py @@ -57,6 +57,7 @@ def _generate_test_audio(path: Path, duration: float = 5.0) -> None: ] subprocess.run(cmd, check=True, capture_output=True, timeout=30) + class TestFullPipeline: """验证从虚拟 plan 构建到渲染输出的完整流程。"""