MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_unicode_small

Method test_unicode_small

tests_python/test_safe_repr.py:145–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143
144 @pytest.mark.skipif(sys.version_info > (3, 0), reason="Py2 specific test")
145 def test_unicode_small(self):
146 value = "A" * 5
147
148 self.assert_unchanged(value, "u'AAAAA'")
149 self.assert_unchanged([value], "[u'AAAAA']")
150
151 @pytest.mark.skipif(sys.version_info > (3, 0), reason="Py2 specific test")
152 def test_unicode_large(self):

Callers

nothing calls this directly

Calls 1

assert_unchangedMethod · 0.80

Tested by

no test coverage detected