Renamed test case

This commit is contained in:
Jamie Hardt
2019-10-08 13:44:59 -07:00
parent b62724c476
commit b27dd3534e

View File

@@ -2,7 +2,7 @@ import unittest
from ptulsconv.transformations import TagInterpreter from ptulsconv.transformations import TagInterpreter
class MyTestCase(unittest.TestCase): class TestTagInterpreter(unittest.TestCase):
def test_line(self): def test_line(self):
ti = TagInterpreter() ti = TagInterpreter()
s1 = ti.parse_tags("this is a test") s1 = ti.parse_tags("this is a test")