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

Function test_cd_command_unbalanced

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

Source from the content-addressed store, hash-verified

314
315@dbtest
316def test_cd_command_unbalanced(executor):
317 results = run(executor, "system cd 'one")
318 assert_result_equal(
319 results,
320 status='Cannot parse system command: No closing quotation',
321 status_plain='Cannot parse system command: No closing quotation',
322 )
323
324
325@dbtest

Callers

nothing calls this directly

Calls 2

runFunction · 0.90
assert_result_equalFunction · 0.85

Tested by

no test coverage detected