Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ test_echo_works
Function
test_echo_works
tests/test_main.py:357–361 ·
view source on GitHub ↗
(executor)
Source
from the content-addressed store, hash-verified
355
356
@dbtest
357
def
test_echo_works(executor):
358
cli = PGCli(pgexecute=executor)
359
statement = r
"\echo asdf"
360
result = run(executor, statement, pgspecial=cli.pgspecial)
361
assert result == [
"asdf"
]
362
363
364
@dbtest
Callers
nothing calls this directly
Calls
2
PGCli
Class · 0.90
run
Function · 0.90
Tested by
no test coverage detected