Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ test_qecho_works
Function
test_qecho_works
tests/test_main.py:365–369 ·
view source on GitHub ↗
(executor)
Source
from the content-addressed store, hash-verified
363
364
@dbtest
365
def
test_qecho_works(executor):
366
cli = PGCli(pgexecute=executor)
367
statement = r
"\qecho asdf"
368
result = run(executor, statement, pgspecial=cli.pgspecial)
369
assert result == [
"asdf"
]
370
371
372
@dbtest
Callers
nothing calls this directly
Calls
2
PGCli
Class · 0.90
run
Function · 0.90
Tested by
no test coverage detected