MCPcopy Create free account
hub / github.com/dbcli/mycli / test_special_command

Function test_special_command

test/pytests/test_sqlexecute.py:277–279  ·  view source on GitHub ↗
(executor)

Source from the content-addressed store, hash-verified

275
276@dbtest
277def test_special_command(executor):
278 results = run(executor, "\\?")
279 assert_result_equal(results, rows=("/quit", "/q", "/quit", "Quit."), header="Command", assert_contains=True, auto_status=False)
280
281
282@dbtest

Callers

nothing calls this directly

Calls 2

runFunction · 0.90
assert_result_equalFunction · 0.85

Tested by

no test coverage detected