MCPcopy Create free account
hub / github.com/catboost/catboost / test_unicodize_deep_nonstr

Function test_unicodize_deep_nonstr

library/python/strings/ut/test_strings.py:220–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218
219
220def test_unicodize_deep_nonstr():
221 with pytest.raises(TypeError):
222 strings.unicodize_deep(Convertible(), relaxed=False)
223 x = Convertible()
224 assert x == strings.stringize_deep(x)
225
226
227truncate_utf_8_data = [

Callers

nothing calls this directly

Calls 1

ConvertibleClass · 0.85

Tested by

no test coverage detected