Merge branch release into master

This commit is contained in:
Jamie Hardt
2018-12-28 23:09:02 -08:00
2 changed files with 1 additions and 0 deletions

View File

View File

@@ -28,6 +28,7 @@ class TestParse(TestCase):
with open(f"tests/edls/{fn}" ,'r') as f:
edl = pycmx.parse_cmx3600(f)
self.assertTrue( type(edl.title) is str )
self.assertTrue( len(edl.title) > 0 )
def test_event_sanity(self):