MCPcopy Create free account
hub / github.com/dbcli/pgcli / test_describe_special

Function test_describe_special

tests/test_pgexecute.py:619–623  ·  view source on GitHub ↗
(executor, command, verbose, pattern, pgspecial)

Source from the content-addressed store, hash-verified

617@pytest.mark.parametrize("verbose", ["", "+"])
618@pytest.mark.parametrize("pattern", ["", "x", "*.*", "x.y", "x.*", "*.y"])
619def test_describe_special(executor, command, verbose, pattern, pgspecial):
620 # We don't have any tests for the output of any of the special commands,
621 # but we can at least make sure they run without error
622 sql = r"\{command}{verbose} {pattern}".format(**locals())
623 list(executor.run(sql, pgspecial=pgspecial))
624
625
626@dbtest

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…