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

Function test_error

tests/tests/test_patterns.py:237–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235
236
237def test_error():
238 log_repr(some.error)
239 assert some.error == Exception("error!")
240 assert some.error != {}
241
242
243def test_recursive():

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…