MCPcopy 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
365def 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

PGCliClass · 0.90
runFunction · 0.90

Tested by

no test coverage detected