Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ Broken
Class
Broken
testing/test_doctest.py:1517–1519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1515
1516
1517
class
Broken:
1518
def
__getattr__(self, _):
1519
raise
KeyError(
"This should be an AttributeError"
)
1520
1521
1522
@pytest.mark.parametrize(
# pragma: no branch (lambdas are not called)
Callers
1
test_warning_on_unwrap_of_broken_object
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_warning_on_unwrap_of_broken_object
Function · 0.68