mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Twiddle
This commit is contained in:
@@ -6,7 +6,7 @@ from fractions import Fraction
|
|||||||
|
|
||||||
|
|
||||||
class TestADREntity(unittest.TestCase):
|
class TestADREntity(unittest.TestCase):
|
||||||
def test_something(self):
|
def test_event2line(self):
|
||||||
tags = {
|
tags = {
|
||||||
'Ver': '1.0',
|
'Ver': '1.0',
|
||||||
'Actor': "Bill",
|
'Actor': "Bill",
|
||||||
@@ -33,7 +33,5 @@ class TestADREntity(unittest.TestCase):
|
|||||||
self.assertEqual('1.0', line.version)
|
self.assertEqual('1.0', line.version)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|||||||
Reference in New Issue
Block a user