Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
def
test_error():
238
log_repr(some.error)
239
assert some.error == Exception(
"error!"
)
240
assert some.error != {}
241
242
243
def
test_recursive():
Callers
nothing calls this directly
Calls
1
log_repr
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…