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

Method test_indirectly_recursive

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

Source from the content-addressed store, hash-verified

423 self.assert_unchanged(value, "{1: None, 2: {...}}")
424
425 def test_indirectly_recursive(self):
426 value = {1: None}
427 value[2] = {3: value}
428
429 self.assert_unchanged(value, "{1: None, 2: {3: {...}}}")
430
431
432class TestOtherPythonTypes(SafeReprTestBase):

Callers

nothing calls this directly

Calls 1

assert_unchangedMethod · 0.80

Tested by

no test coverage detected