mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-02 01:40:58 +00:00
Update test_parse.py
Added some more test case EDLs to the test
This commit is contained in:
@@ -9,10 +9,12 @@ class TestParse(TestCase):
|
|||||||
"INS4_R1_DX_092117.edl",
|
"INS4_R1_DX_092117.edl",
|
||||||
"STP R1 v082517.edl",
|
"STP R1 v082517.edl",
|
||||||
"ToD_R4_LOCK3.1_030618_Video.edl",
|
"ToD_R4_LOCK3.1_030618_Video.edl",
|
||||||
"TEST.edl"
|
"TEST.edl",
|
||||||
|
"test_edl_cdl.edl",
|
||||||
|
"INS4_R1_DX_092117.edl"
|
||||||
]
|
]
|
||||||
|
|
||||||
counts = [ 287, 466, 250 , 376, 120 ]
|
counts = [ 287, 466, 250 , 376, 120 , 3 , 466 ]
|
||||||
|
|
||||||
for fn, count in zip(files, counts):
|
for fn, count in zip(files, counts):
|
||||||
with open(f"tests/edls/{fn}" ,'r') as f:
|
with open(f"tests/edls/{fn}" ,'r') as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user