MCPcopy Index your code
hub / github.com/dbcli/pgcli / test_is_destructive

Function test_is_destructive

tests/parseutils/test_parseutils.py:284–285  ·  view source on GitHub ↗
(sql, keywords, expected)

Source from the content-addressed store, hash-verified

282 ],
283)
284def test_is_destructive(sql, keywords, expected):
285 assert is_destructive(sql, keywords) == expected
286
287
288@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

is_destructiveFunction · 0.90

Tested by

no test coverage detected