Updated unit tests

This commit is contained in:
Jamie Hardt
2021-06-02 11:06:18 -07:00
parent 8d4058d026
commit 24c5a87358
10 changed files with 165 additions and 206 deletions

View File

@@ -1,6 +1,6 @@
import unittest
from ptulsconv.docparser import apply_appends
from ptulsconv.docparser.tag_compiler import apply_appends
class MyTestCase(unittest.TestCase):