Update test_parse.py

This commit is contained in:
Jamie Hardt
2018-12-24 17:32:23 -08:00
parent d4353d1e68
commit 30ee3e0be5

View File

@@ -4,14 +4,15 @@ import pycmx
class TestParse(TestCase):
def test_edls(self):
def test_event_counts(self):
files = ["INS4_R1_010417.edl" ,
"INS4_R1_DX_092117.edl",
"STP R1 v082517.edl",
"ToD_R4_LOCK3.1_030618_Video.edl",
"TEST.edl"
]
counts = [ 287, 250 , 376, 120 ]
counts = [ 287, 466, 250 , 376, 120 ]
for fn, count in zip(files, counts):