MCPcopy Index your code
hub / github.com/dbcli/mycli / test_parse_enum_values

Function test_parse_enum_values

test/pytests/test_sqlexecute.py:495–496  ·  view source on GitHub ↗
(column_type: str, expected: list[str])

Source from the content-addressed store, hash-verified

493 ),
494)
495def test_parse_enum_values(column_type: str, expected: list[str]) -> None:
496 assert SQLExecute._parse_enum_values(column_type) == expected
497
498
499@pytest.mark.parametrize('column_type', ('', 'varchar(255)', "set('a','b')", None))

Callers

nothing calls this directly

Calls 1

_parse_enum_valuesMethod · 0.80

Tested by

no test coverage detected