mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Refactored tag compiler into new file
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
import unittest
|
||||
from ptulsconv.docparser import tag_mapping, doc_entity
|
||||
|
||||
import ptulsconv.docparser.tag_compiler
|
||||
from ptulsconv.docparser import doc_entity
|
||||
from fractions import Fraction
|
||||
import pprint
|
||||
|
||||
|
||||
class TestTagCompiler(unittest.TestCase):
|
||||
def test_one_track(self):
|
||||
c = tag_mapping.TagCompiler()
|
||||
c = ptulsconv.docparser.tag_compiler.TagCompiler()
|
||||
|
||||
test_header = doc_entity.HeaderDescriptor(session_name="Test Session $Ver=1.1",
|
||||
sample_rate=48000,
|
||||
|
||||
Reference in New Issue
Block a user