Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ test_unicode
Function
test_unicode
testing/io/test_saferepr.py:155–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
154
155
def
test_unicode():
156
val =
"£€"
157
reprval =
"'£€'"
158
assert saferepr(val) == reprval
159
160
161
def
test_broken_getattribute():
Callers
nothing calls this directly
Calls
1
saferepr
Function · 0.90
Tested by
no test coverage detected