mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
FRMC statement form implementation
This commit is contained in:
@@ -145,3 +145,11 @@ class TestParse(TestCase):
|
||||
for event in edl.events:
|
||||
if event.number == 1:
|
||||
...
|
||||
|
||||
def test_frmc(self):
|
||||
with open("tests/edls/cdl_frmc_example01.edl", "r") as f:
|
||||
edl = pycmx.parse_cmx3600(f)
|
||||
for event in edl.events:
|
||||
if event.number == 1:
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user