MCPcopy
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
155def test_unicode():
156 val = "£€"
157 reprval = "'£€'"
158 assert saferepr(val) == reprval
159
160
161def test_broken_getattribute():

Callers

nothing calls this directly

Calls 1

safereprFunction · 0.90

Tested by

no test coverage detected