style: black格式化测试文件
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 21s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 57s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m0s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 38s
AI Code Review / AI Code Review (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 3m3s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 3m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m24s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 5m2s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 24s
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 21s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 57s
Preview Deploy / Deploy Preview Environment (pull_request) Successful in 1m0s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 38s
AI Code Review / AI Code Review (pull_request) Successful in 2m51s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 3m3s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 3m31s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m24s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 5m2s
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 24s
This commit is contained in:
@@ -791,10 +791,20 @@ class TestTemplateConfigPropagation:
|
||||
template = _make_template(editing_mode=EditingMode.ONE_TAKE.value)
|
||||
clip_configs = _make_clip_configs(
|
||||
specs=[
|
||||
{"clip_type": ClipType.MAIN, "order": 0, "min_duration": 3.0, "max_duration": 5.0,
|
||||
"config": {"speed_ratio": 1.2, "name": "开场"}},
|
||||
{"clip_type": ClipType.MAIN, "order": 1, "min_duration": 3.0, "max_duration": 5.0,
|
||||
"config": {"speed_ratio": 0.8, "name": "结尾"}},
|
||||
{
|
||||
"clip_type": ClipType.MAIN,
|
||||
"order": 0,
|
||||
"min_duration": 3.0,
|
||||
"max_duration": 5.0,
|
||||
"config": {"speed_ratio": 1.2, "name": "开场"},
|
||||
},
|
||||
{
|
||||
"clip_type": ClipType.MAIN,
|
||||
"order": 1,
|
||||
"min_duration": 3.0,
|
||||
"max_duration": 5.0,
|
||||
"config": {"speed_ratio": 0.8, "name": "结尾"},
|
||||
},
|
||||
]
|
||||
)
|
||||
|
||||
@@ -814,8 +824,13 @@ class TestTemplateConfigPropagation:
|
||||
template = _make_template(editing_mode=EditingMode.ONE_TAKE.value)
|
||||
clip_configs = _make_clip_configs(
|
||||
specs=[
|
||||
{"clip_type": ClipType.MAIN, "order": 0, "min_duration": 3.0, "max_duration": 5.0,
|
||||
"config": {"speed_ratio": 1.2, "playback_speed": 1.5}},
|
||||
{
|
||||
"clip_type": ClipType.MAIN,
|
||||
"order": 0,
|
||||
"min_duration": 3.0,
|
||||
"max_duration": 5.0,
|
||||
"config": {"speed_ratio": 1.2, "playback_speed": 1.5},
|
||||
},
|
||||
]
|
||||
)
|
||||
|
||||
@@ -851,8 +866,13 @@ class TestTemplateConfigPropagation:
|
||||
template = _make_template(editing_mode=EditingMode.ONE_TAKE.value)
|
||||
clip_configs = _make_clip_configs(
|
||||
specs=[
|
||||
{"clip_type": ClipType.MAIN, "order": 0, "min_duration": 3.0, "max_duration": 5.0,
|
||||
"config": {"speed_ratio": 1.2, "name": "开场", "custom_field": "value"}},
|
||||
{
|
||||
"clip_type": ClipType.MAIN,
|
||||
"order": 0,
|
||||
"min_duration": 3.0,
|
||||
"max_duration": 5.0,
|
||||
"config": {"speed_ratio": 1.2, "name": "开场", "custom_field": "value"},
|
||||
},
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user