From 83b659f0678e926ee7e1a11369075923cc0f24b3 Mon Sep 17 00:00:00 2001 From: danielsf Date: Mon, 24 Jan 2022 17:21:00 -0800 Subject: [PATCH] update docstring in test --- tests/modules/downsample_video/test_ds_video_utils.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/modules/downsample_video/test_ds_video_utils.py b/tests/modules/downsample_video/test_ds_video_utils.py index c9aad5506..d8e341387 100644 --- a/tests/modules/downsample_video/test_ds_video_utils.py +++ b/tests/modules/downsample_video/test_ds_video_utils.py @@ -340,8 +340,12 @@ def test_ds_create_downsampled_video( speed_up_factor, quality): """ - This is just going to be a smoke test, as it's hard to verify - the contents of an mp4 + This will test create_downsampled_video by calling all of the + constituent parts by hand and verifying that the md5checksum + of the file produced that way matches the md5checksum of the file + produced by calling create_downsampled_video. It's a little + tautological, but it will tell us if any part of our pipeline is + no longer self-consistent. """ input_hz = 12.0