MCPcopy Index your code
hub / github.com/marimo-team/marimo / test_sql_with_invalid_engine

Function test_sql_with_invalid_engine

tests/_sql/test_sql.py:129–132  ·  view source on GitHub ↗

Test sql function with invalid engine.

()

Source from the content-addressed store, hash-verified

127
128
129def test_sql_with_invalid_engine() -> None:
130 """Test sql function with invalid engine."""
131 with pytest.raises(ValueError, match="Unsupported engine"):
132 sql("SELECT 1", engine="invalid")
133
134
135@pytest.fixture

Callers

nothing calls this directly

Calls 1

sqlFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…