From bda68b9c3bf48a5d1a2eabc9d98d6b8cbab41009 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 5 Jun 2021 19:08:32 -0700 Subject: [PATCH] Knocked down a todo --- tests/test_tag_compiler.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_tag_compiler.py b/tests/test_tag_compiler.py index 7355248..78c6b2e 100644 --- a/tests/test_tag_compiler.py +++ b/tests/test_tag_compiler.py @@ -7,8 +7,6 @@ from fractions import Fraction class TestTagCompiler(unittest.TestCase): - #TODO Test marker comment application - def test_one_track(self): c = ptulsconv.docparser.tag_compiler.TagCompiler() @@ -38,6 +36,7 @@ class TestTagCompiler(unittest.TestCase): Comment='This is some text in the comments', N='1', Mode='2', Ver='1.1', + M1='M1', Part='2'), event2.tags) self.assertEqual(c.session.header.convert_timecode('01:00:01:10'), event2.start) @@ -108,7 +107,7 @@ class TestTagCompiler(unittest.TestCase): time_reference=48000 * 61, units="Samples", name="Marker 2 {Part=2}", - comments="" + comments="[M1]" ), ]