Files
Ilya.Kazakevich 519cd800c8 PY-28893: Sync with teamcity-messages
+test added

Convert objects and message in diff to string
2018-04-03 02:27:23 +03:00

4 lines
124 B
Python

import unittest
class MyTestCase(unittest.TestCase):
def test_case(self):
self.assertEqual(1, 2, ('a', 'tuple'))