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

Function test_is_password_change

test/pytests/test_main_modes_repl.py:920–923  ·  view source on GitHub ↗
(text: str, expected: bool)

Source from the content-addressed store, hash-verified

918 ],
919)
920def test_is_password_change(text: str, expected: bool) -> None:
921 from mycli.packages.sql_utils import is_password_change
922
923 assert is_password_change(text) is expected
924
925
926@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

is_password_changeFunction · 0.90

Tested by

no test coverage detected