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):
|
||||
def test_something(self):
|
||||
def test_event2line(self):
|
||||
tags = {
|
||||
'Ver': '1.0',
|
||||
'Actor': "Bill",
|
||||
@@ -33,7 +33,5 @@ class TestADREntity(unittest.TestCase):
|
||||
self.assertEqual('1.0', line.version)
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user