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

Function test_nonexistent_function_definition

tests/test_pgexecute.py:655–657  ·  view source on GitHub ↗
(executor)

Source from the content-addressed store, hash-verified

653
654@dbtest
655def test_nonexistent_function_definition(executor):
656 with pytest.raises(RuntimeError):
657 executor.view_definition("there_is_no_such_function")
658
659
660@dbtest

Callers

nothing calls this directly

Calls 1

view_definitionMethod · 0.80

Tested by

no test coverage detected