MCPcopy
hub / github.com/dbcli/pgcli / test_invalid_column_name

Function test_invalid_column_name

tests/test_pgexecute.py:247–249  ·  view source on GitHub ↗
(executor, exception_formatter)

Source from the content-addressed store, hash-verified

245
246@dbtest
247def test_invalid_column_name(executor, exception_formatter):
248 result = run(executor, "select invalid command", exception_formatter=exception_formatter)
249 assert 'column "invalid" does not exist' in result[0]
250
251
252@pytest.fixture(params=[True, False])

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected