OpenTimelineIO / otio-youtube-example

Example Python script which turns a YouTube video and description into an OpenTimelineIO OTIO file.
Apache License 2.0
5 stars 2 forks source link

Improve test coverage for catching errors related to the created files #35

Open utsab opened 2 years ago

utsab commented 2 years ago

Somehow, even though the example was crashing with an error (undefined variables), the tests still passed. See example screenshot.

Screen Shot 2021-12-05 at 10 53 40 AM

.

Ideally, the tests should have flagged some kind of failing test case.