OpenMontage/tests/tools
0xDevNinja 8c9af320b6 fix(video_compose): forward remotion_timeout_ms through high-level render path
The timeout handling only took effect on a direct _remotion_render() call. The
high-level execute(operation='render') path goes through _render(), which builds
a fresh remotion_inputs dict (edit_decisions, output_path, profile) and dropped
remotion_timeout_ms — so callers of the documented operation='render' path never
got the timeout passed to the Remotion CLI. Forward it there.

Adds a test exercising _render() (not just _remotion_render()) to cover the
high-level forwarding path.

Refs #217
2026-07-02 11:59:53 +05:30
..
__init__.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
test_clip_cache.py docmontage: corpus builder hardening from P1 + P2 audit observations 2026-04-11 00:46:06 -07:00
test_documentary_governance.py hyperframes: add HTML/CSS/GSAP as a parallel composition runtime 2026-04-18 18:37:00 -07:00
test_hyperframes_compose.py Add expressive TTS governance 2026-06-29 12:16:07 -07:00
test_mps_device.py test(gpu): add tests for Apple Silicon MPS device resolution and fallback 2026-06-24 16:30:29 -05:00
test_music_library.py feat(audio): add music_library tool so user tracks surface at preflight 2026-06-29 13:24:48 +05:30
test_provider_model_defaults.py fix(video): runway/higgsfield model defaults diverge from schema 2026-06-26 15:30:22 +08:00
test_remotion_diagnostics.py fix(video_compose): forward remotion_timeout_ms through high-level render path 2026-07-02 11:59:53 +05:30
test_stock_source_adapters.py docmontage: corpus builder hardening from P1 + P2 audit observations 2026-04-11 00:46:06 -07:00
test_video_compose_vertical.py fix(video_compose): honor target resolution in FFmpeg compose (vertical/9:16) 2026-06-27 11:56:49 +08:00