vikit.postprocessing.subtitles.simple_video_subtitle_renderer_test ================================================================== .. py:module:: vikit.postprocessing.subtitles.simple_video_subtitle_renderer_test Overview -------- .. list-table:: Function :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`test_create_video_subtitles__invalid_arg__fails `\ (init_kwargs, render_kwargs, expected_exception, expected_message) - \- * - :py:obj:`test_create_video_subtitles__invalid_srt_file__fails `\ () - \- * - :py:obj:`test_create_video_subtitles__missing_optional_args__succeeds `\ () - \- * - :py:obj:`test_create_video_subtitles__valid_input__succeeds `\ () - \- * - :py:obj:`valid_init_kwargs `\ (remove, update) - \- * - :py:obj:`valid_render_kwargs `\ (remove, update) - \- Functions --------- .. py:function:: test_create_video_subtitles__invalid_arg__fails(init_kwargs, render_kwargs, expected_exception, expected_message) .. py:function:: test_create_video_subtitles__invalid_srt_file__fails() .. py:function:: test_create_video_subtitles__missing_optional_args__succeeds() .. py:function:: test_create_video_subtitles__valid_input__succeeds() .. py:function:: valid_init_kwargs(remove: list[str] = [], update: dict[str, any] = {}) .. py:function:: valid_render_kwargs(remove: list[str] = [], update: dict[str, any] = {})