MCPcopy Create free account
hub / github.com/ipython/traitlets / test_unicode_from_string

Function test_unicode_from_string

tests/test_traitlets.py:2925–2926  ·  view source on GitHub ↗
(s, expected)

Source from the content-addressed store, hash-verified

2923 [("xyz", "xyz"), ("1", "1"), ('"xx"', "xx"), ("'abc'", "abc"), ("None", None)],
2924)
2925def test_unicode_from_string(s, expected):
2926 _from_string_test(Unicode, s, expected)
2927
2928
2929@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

_from_string_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…