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

Method test_bytearray_raw

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

Source from the content-addressed store, hash-verified

195 self.assert_saferepr(value, value.decode("ascii"))
196
197 def test_bytearray_raw(self):
198 value = bytearray(b"A" * 5)
199 self.assert_saferepr(value, value.decode("ascii"))
200
201
202# class TestNumbers(SafeReprTestBase):

Callers

nothing calls this directly

Calls 2

assert_safereprMethod · 0.80
decodeMethod · 0.45

Tested by

no test coverage detected