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

Method test_large_flat

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

Source from the content-addressed store, hash-verified

255 return self._combine(items, prefix, suffix, large=large)
256
257 def test_large_flat(self):
258 c1 = self.CLASS(range(SafeRepr.maxcollection[0] * 2))
259 items = range(SafeRepr.maxcollection[0] - 1)
260 c1_expect = self.combine(items, large=True)
261
262 self.assert_shortened(c1, c1_expect)
263
264 def test_large_nested(self):
265 c1 = self.CLASS(range(SafeRepr.maxcollection[0] * 2))

Callers

nothing calls this directly

Calls 2

combineMethod · 0.95
assert_shortenedMethod · 0.80

Tested by

no test coverage detected