MCPcopy Index your code
hub / github.com/dbcli/mycli / test_is_dropping_database

Function test_is_dropping_database

test/pytests/test_sql_utils.py:506–507  ·  view source on GitHub ↗
(sql, dbname, is_dropping)

Source from the content-addressed store, hash-verified

504 ],
505)
506def test_is_dropping_database(sql, dbname, is_dropping):
507 assert is_dropping_database(sql, dbname) == is_dropping
508
509
510def test_is_dropping_database_skips_statements_without_enough_keywords():

Callers

nothing calls this directly

Calls 1

is_dropping_databaseFunction · 0.90

Tested by

no test coverage detected