MCPcopy
hub / github.com/marimo-team/marimo / test_simple

Method test_simple

tests/_ast/test_sql_visitor.py:500–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

498@pytest.mark.skipif(not HAS_SQLGLOT, reason="Missing sqlglot")
499class TestFindSQLRefs:
500 def test_simple(self) -> None:
501 sql = "SELECT * FROM test_table;"
502 assert find_sql_refs(sql) == {SQLRef(table="test_table")}
503
504 def test_multiple(self) -> None:
505 sql = """

Callers

nothing calls this directly

Calls 2

find_sql_refsFunction · 0.90
SQLRefClass · 0.90

Tested by

no test coverage detected