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

Function test_cd_command_without_a_folder_name

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

Source from the content-addressed store, hash-verified

281
282@dbtest
283def test_cd_command_without_a_folder_name(executor):
284 results = run(executor, "system cd")
285 assert_result_equal(
286 results, status="Exactly one directory name must be provided.", status_plain="Exactly one directory name must be provided."
287 )
288
289
290@dbtest

Callers

nothing calls this directly

Calls 2

runFunction · 0.90
assert_result_equalFunction · 0.85

Tested by

no test coverage detected