jhj0517 commited on
Commit ·
050ea7e
1
Parent(s): b5da8a7
Add video validation function
Browse files
tests/test_video_creation.py
CHANGED
|
@@ -35,5 +35,5 @@ def test_video_creation(
|
|
| 35 |
)
|
| 36 |
|
| 37 |
assert os.path.exists(output_video_path)
|
| 38 |
-
assert
|
| 39 |
assert has_sound(output_video_path)
|
|
|
|
| 35 |
)
|
| 36 |
|
| 37 |
assert os.path.exists(output_video_path)
|
| 38 |
+
assert validate_video(output_video_path)
|
| 39 |
assert has_sound(output_video_path)
|