mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
Update test_parse.py
This commit is contained in:
@@ -4,14 +4,15 @@ import pycmx
|
|||||||
|
|
||||||
class TestParse(TestCase):
|
class TestParse(TestCase):
|
||||||
|
|
||||||
def test_edls(self):
|
def test_event_counts(self):
|
||||||
files = ["INS4_R1_010417.edl" ,
|
files = ["INS4_R1_010417.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"
|
||||||
]
|
]
|
||||||
|
|
||||||
counts = [ 287, 250 , 376, 120 ]
|
counts = [ 287, 466, 250 , 376, 120 ]
|
||||||
|
|
||||||
|
|
||||||
for fn, count in zip(files, counts):
|
for fn, count in zip(files, counts):
|
||||||
|
|||||||
Reference in New Issue
Block a user