test_generate_async
¶
Contract tests for VideoGenerator.generate_async.
These tests monkey-patch the synchronous _generate_request_impl so
the suite runs CPU-only -- the async wrapper is the piece under test,
not the pipeline.