MCPcopy Create free account
hub / github.com/dbcli/mycli / test_calc_mysql_version_value

Function test_calc_mysql_version_value

test/pytests/test_sqlexecute.py:450–451  ·  view source on GitHub ↗
(version_string: str, expected: int)

Source from the content-addressed store, hash-verified

448 ),
449)
450def test_calc_mysql_version_value(version_string: str, expected: int) -> None:
451 assert ServerInfo.calc_mysql_version_value(version_string) == expected
452
453
454@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected