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

Function test_is_sandbox_allowed

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

Source from the content-addressed store, hash-verified

903 ],
904)
905def test_is_sandbox_allowed(text: str, expected: bool) -> None:
906 from mycli.packages.sql_utils import is_sandbox_allowed
907
908 assert is_sandbox_allowed(text) is expected
909
910
911@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

is_sandbox_allowedFunction · 0.90

Tested by

no test coverage detected