mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Renamed test case
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user