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

Function test_stringize_deep_nonstr

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

Source from the content-addressed store, hash-verified

171
172
173def test_stringize_deep_nonstr():
174 with pytest.raises(TypeError):
175 strings.stringize_deep(Convertible(), relaxed=False)
176 x = Convertible()
177 assert x == strings.stringize_deep(x)
178
179
180def test_unicodize_deep():

Callers

nothing calls this directly

Calls 1

ConvertibleClass · 0.85

Tested by

no test coverage detected