MCPcopy Create free account
hub / github.com/microsoft/debugpy / test_dict

Function test_dict

tests/tests/test_patterns.py:218–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217
218def test_dict():
219 pattern = {"a": some.thing, "b": 2}
220 log_repr(pattern)
221 assert pattern == {"a": 1, "b": 2}
222
223 pattern = some.dict.containing({"a": 1})
224 log_repr(pattern)
225 assert pattern == {"a": 1, "b": 2}
226
227
228def test_such_that():

Callers

nothing calls this directly

Calls 1

log_reprFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…