mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Update test_parse.py
Renamed typo method
This commit is contained in:
@@ -36,7 +36,7 @@ class TestParse(TestCase):
|
|||||||
self.assertEqual( events[0].edits[0].record_out , "01:00:08:00")
|
self.assertEqual( events[0].edits[0].record_out , "01:00:08:00")
|
||||||
self.assertTrue( events[0].edits[0].transition.kind == pycmx.Transition.Cut)
|
self.assertTrue( events[0].edits[0].transition.kind == pycmx.Transition.Cut)
|
||||||
|
|
||||||
def test_channel_mop(self):
|
def test_channel_map(self):
|
||||||
with open("tests/edls/TEST.edl",'r') as f:
|
with open("tests/edls/TEST.edl",'r') as f:
|
||||||
edl = pycmx.parse_cmx3600(f)
|
edl = pycmx.parse_cmx3600(f)
|
||||||
events = list( edl.events )
|
events = list( edl.events )
|
||||||
|
|||||||
Reference in New Issue
Block a user