MCPcopy Index your code
hub / github.com/dbcli/mycli / test_set_rejects_missing_argument

Function test_set_rejects_missing_argument

test/pytests/test_delimitercommand.py:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def test_set_rejects_missing_argument() -> None:
24 command = DelimiterCommand()
25
26 result = command.set('')
27
28 assert result[0].status == 'Missing required argument, delimiter'
29 assert command.current == ';'
30
31
32def test_set_rejects_delimiter_keyword_case_insensitively() -> None:

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
DelimiterCommandClass · 0.90

Tested by

no test coverage detected