Update test_parse.py

Added some more test case EDLs to the test
This commit is contained in:
Jamie Hardt
2018-12-26 15:35:27 -08:00
parent 5a4f57bd7e
commit c74177953f

View File

@@ -9,10 +9,12 @@ class TestParse(TestCase):
"INS4_R1_DX_092117.edl",
"STP R1 v082517.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):
with open(f"tests/edls/{fn}" ,'r') as f: