Пример #1
0
 def test_equality(self):
     self.assertIsEqual(Equiv.from_string(self.STRING))
Пример #2
0
 def test_str(self):
     case = 'the\tuni\U00011111code test'
     ann = Equiv.from_string(case)
     self.assertSequenceEqual(case, str(ann))