(version_string: str, expected: int)
| 448 | ), |
| 449 | ) |
| 450 | def 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( |
nothing calls this directly
no test coverage detected