Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ test_invalid_command
Method
test_invalid_command
tests/test_interactive_mode.py:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
@staticmethod
146
@pytest.mark.timeout(60)
147
def
test_invalid_command():
148
assert not is_command_valid(None)
149
assert not is_command_valid(
''
)
Callers
nothing calls this directly
Calls
1
is_command_valid
Function · 0.90
Tested by
no test coverage detected