mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
test tweaks
added a test and removed superfluous init file
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user