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

Function test_collapsed_output_special_command

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

Source from the content-addressed store, hash-verified

268
269@dbtest
270def test_collapsed_output_special_command(executor):
271 set_expanded_output(True)
272 run(executor, "select 1\\g")
273 assert is_expanded_output() is False
274
275
276@dbtest

Callers

nothing calls this directly

Calls 3

set_expanded_outputFunction · 0.90
runFunction · 0.90
is_expanded_outputFunction · 0.90

Tested by

no test coverage detected