Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ test_query_has_where_clause
Function
test_query_has_where_clause
test/pytests/test_sql_utils.py:486–487 ·
view source on GitHub ↗
(sql, has_where_clause)
Source
from the content-addressed store, hash-verified
484
],
485
)
486
def
test_query_has_where_clause(sql, has_where_clause):
487
assert query_has_where_clause(sql) is has_where_clause
488
489
490
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
query_has_where_clause
Function · 0.90
Tested by
no test coverage detected