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

Method test_unicode_raw

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

Source from the content-addressed store, hash-verified

187 self.saferepr.raw_value = True
188
189 def test_unicode_raw(self):
190 value = "A\u2000" * 10000
191 self.assert_saferepr(value, value)
192
193 def test_bytes_raw(self):
194 value = b"A" * 10000

Callers

nothing calls this directly

Calls 1

assert_safereprMethod · 0.80

Tested by

no test coverage detected