File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def test_round_trip(self):
6262 result = otio .adapters .read_from_file (tmp_path )
6363
6464 clips = result .find_clips ()
65+ self .assertTrue (clips )
6566 # \todo
6667 # self.assertTrue(
6768 # clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
@@ -105,6 +106,7 @@ def test_round_trip_absolute_paths(self):
105106 )
106107
107108 clips = result .find_clips ()
109+ self .assertTrue (clips )
108110 # \todo
109111 # self.assertTrue(
110112 # clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ def test_round_trip(self):
7575 result = otio .adapters .read_from_file (tmp_path )
7676
7777 clips = result .find_clips ()
78+ self .assertTrue (clips )
7879 # \todo
7980 # self.assertTrue(
8081 # clips[0].media_reference.target_url.endswith(IMAGE0_EXAMPLE)
You can’t perform that action at this time.
0 commit comments